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:
François Autin 2023-03-23 15:17:23 +00:00
commit a223c14f36

View File

@ -1,5 +1,5 @@
default:
image: rust:latest
image: rust:1.68
stages:
- test
@ -28,4 +28,5 @@ lint-test-job:
stage: test
script:
- echo "Linting code..."
- cargo clippy
- rustup component add clippy
- cargo clippy -- -D warnings