💚 Removed build stage

This commit is contained in:
François Autin
2023-03-15 15:52:07 +01:00
parent f6ec9ff60f
commit 7de9cf55cf

View File

@ -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