Merge branch 'ci_update' into 'thread_scheduler'
💚 Switched to fully qualified rust image version number See merge request simpleos/burritos!10
This commit is contained in:
commit
a223c14f36
@ -1,5 +1,5 @@
|
|||||||
default:
|
default:
|
||||||
image: rust:latest
|
image: rust:1.68
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
@ -28,4 +28,5 @@ lint-test-job:
|
|||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- echo "Linting code..."
|
- echo "Linting code..."
|
||||||
- cargo clippy
|
- rustup component add clippy
|
||||||
|
- cargo clippy -- -D warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user