Fix CI
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Imbus 2024-12-25 19:53:00 +01:00
parent da47bcd82f
commit a6c8b5cdc1

View file

@ -2,10 +2,9 @@ when:
- event: push
branch: master
image: debian
steps:
- name: install-dependencies
image: debian
commands:
- apt update
- apt install libcmocka-dev -y
@ -13,9 +12,11 @@ steps:
- apt install make -y
- name: build-tests
image: debian
commands:
- make -j$(nproc) test/test.elf
- name: run-tests
image: debian
commands:
- ./test/test.elf