1
0
forked from Rativel/BurritOS

Adding test to loader, update ci (hope it work)

This commit is contained in:
Quentin Legot
2023-04-04 11:50:29 +02:00
parent aef8d219d0
commit fc3237c4ad
2 changed files with 22 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ stages:
unit-test-job:
stage: test
script:
- echo "Compiling c files"
- cd test && make build && cd ..
- echo "Running unit tests..."
- cargo test