Prevent race conditions
- This is a massive cope, I don't know how to code Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -22,7 +22,7 @@ build:
|
||||
cache:
|
||||
<<: *global_cache
|
||||
script:
|
||||
- cargo build --verbose
|
||||
- cargo build
|
||||
|
||||
test:
|
||||
image: registry.karaolidis.com/karaolidis/qrust/rust
|
||||
@@ -30,7 +30,7 @@ test:
|
||||
cache:
|
||||
<<: *global_cache
|
||||
script:
|
||||
- cargo test --verbose
|
||||
- cargo test
|
||||
|
||||
lint:
|
||||
image: registry.karaolidis.com/karaolidis/qrust/rust
|
||||
@@ -38,6 +38,7 @@ lint:
|
||||
cache:
|
||||
<<: *global_cache
|
||||
script:
|
||||
- cargo fmt --all -- --check
|
||||
- cargo clippy --all-targets --all-features
|
||||
|
||||
depcheck:
|
||||
@@ -55,7 +56,7 @@ build-release:
|
||||
cache:
|
||||
<<: *global_cache
|
||||
script:
|
||||
- cargo build --release --verbose
|
||||
- cargo build --release
|
||||
after_script:
|
||||
- echo "JOB_ID=$CI_JOB_ID" >> job.env
|
||||
artifacts:
|
||||
|
Reference in New Issue
Block a user