CI Fixing
All checks were successful
ci/woodpecker/push/test Pipeline was successful
/ test (push) Successful in 3s

This commit is contained in:
Imbus 2024-12-28 22:19:57 +01:00
parent 79c6f41da1
commit a96b74ba44

View file

@ -1,13 +1,13 @@
on: on:
push: push:
branches: branches: [master]
- 'master'
jobs: jobs:
test: test:
runs-on: debian runs-on: debian
container: container:
image: debian:bookworm image: debian:bookworm
steps: steps:
- uses: actions/checkout@v4
- run: apt update - run: apt update
- run: apt install make gcc -y - run: apt install make gcc -y
- run: make test/test.elf - run: make test/test.elf