This commit is contained in:
Imbus 2024-12-25 19:52:31 +01:00
parent 82388142f0
commit da47bcd82f

View file

@ -13,6 +13,7 @@ steps:
- apt install make -y - apt install make -y
- name: build-tests - name: build-tests
commands:
- make -j$(nproc) test/test.elf - make -j$(nproc) test/test.elf
- name: run-tests - name: run-tests