Updated CI

This commit is contained in:
François Autin
2023-04-05 16:53:37 +02:00
parent b804117127
commit ffd9b92f24

View File

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