💚 Removed build stage
This commit is contained in:
parent
f6ec9ff60f
commit
7de9cf55cf
@ -2,7 +2,6 @@ default:
|
||||
image: rust:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
|
||||
build-job:
|
||||
@ -24,4 +23,4 @@ lint-test-job:
|
||||
stage: test
|
||||
script:
|
||||
- echo "Linting code..."
|
||||
- cargo clippy
|
||||
- cargo clippy
|
||||
|
Loading…
Reference in New Issue
Block a user