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

This commit is contained in:
Imbus 2024-12-25 19:46:03 +01:00
parent b26ceeb8fe
commit b77d86ae12

View file

@ -8,10 +8,14 @@ steps:
commands: commands:
- apt update - apt update
- apt install libcmocka-dev -y - apt install libcmocka-dev -y
- apt install gcc -y
- apt install make -y
- make -j$(nproc) test/test.elf
- echo "echo hello" > executable.sh - echo "echo hello" > executable.sh
- chmod +x executable.sh - chmod +x executable.sh
- name: a-test-step - name: a-test-step
image: golang:1.16 image: golang:1.16
commands: commands:
- ./test/test.elf
- echo "Testing ..." - echo "Testing ..."
- ./executable.sh - ./executable.sh