...
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Imbus 2024-12-25 20:03:35 +01:00
parent 16639b24ef
commit b11edb59f4

View file

@ -15,5 +15,5 @@ steps:
- name: run-tests - name: run-tests
image: debian image: debian
commands: commands:
- apt install libcmocka0 -y - apt install libcmocka-dev -y
- ./test/test.elf - ./test/test.elf