reset .cargo/config on ci/cd
This commit is contained in:
@@ -5,6 +5,7 @@ rust-latest:
|
||||
stage: build
|
||||
image: rust:latest
|
||||
script:
|
||||
- rm .cargo/config
|
||||
- cargo build --verbose
|
||||
- cargo test --verbose
|
||||
|
||||
|
||||
Reference in New Issue
Block a user