Updated CI
This commit is contained in:
parent
6ee74ba126
commit
1081c910ee
@ -17,11 +17,11 @@ unit-test-job:
|
|||||||
script:
|
script:
|
||||||
- echo "Running unit tests..."
|
- echo "Running unit tests..."
|
||||||
- cargo test
|
- cargo test
|
||||||
- echo "Code coverage is 90%"
|
|
||||||
|
|
||||||
lint-test-job:
|
lint-test-job:
|
||||||
|
only:
|
||||||
|
- merge_requests
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- echo "Linting code... This will take about 10 seconds."
|
- echo "Linting code..."
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
- echo "No lint issues found."
|
|
Loading…
Reference in New Issue
Block a user