From da47bcd82f45e05635f1226ef47a31a8288d517b Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 25 Dec 2024 19:52:31 +0100 Subject: [PATCH] CI --- .woodpecker/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 3797bc7..1b8e422 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -13,6 +13,7 @@ steps: - apt install make -y - name: build-tests + commands: - make -j$(nproc) test/test.elf - name: run-tests