Updated CI

This commit is contained in:
François Autin 2023-04-05 16:53:37 +02:00
parent b804117127
commit ffd9b92f24
No known key found for this signature in database
GPG Key ID: 343F5D382E1DD77C
1 changed files with 1 additions and 1 deletions

View File

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