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

This commit is contained in:
Imbus 2024-12-25 19:56:32 +01:00
parent a6c8b5cdc1
commit ff984caf35

View file

@ -3,17 +3,13 @@ when:
branch: master
steps:
- name: install-dependencies
- name: build
image: debian
commands:
- apt update
- apt install libcmocka-dev -y
- apt install gcc -y
- apt install make -y
- name: build-tests
image: debian
commands:
- make -j$(nproc) test/test.elf
- name: run-tests