Updated CI

This commit is contained in:
François Autin 2023-03-10 11:12:49 +01:00
parent 6ee74ba126
commit 1081c910ee
No known key found for this signature in database
GPG Key ID: 343F5D382E1DD77C

View File

@ -17,11 +17,11 @@ unit-test-job:
script:
- echo "Running unit tests..."
- cargo test
- echo "Code coverage is 90%"
lint-test-job:
only:
- merge_requests
stage: test
script:
- echo "Linting code... This will take about 10 seconds."
- cargo clippy
- echo "No lint issues found."
- echo "Linting code..."
- cargo clippy