fix: fuck it, literally just download rust every time it needs to be used
This commit is contained in:
parent
40bcd2bf6e
commit
2acbf3eb30
1 changed files with 2 additions and 0 deletions
|
@ -18,11 +18,13 @@ image: "rust:latest"
|
|||
|
||||
build:cargo:
|
||||
script:
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- rustc --version && cargo --version
|
||||
- cargo build
|
||||
|
||||
# Use cargo to test the project
|
||||
test:cargo:
|
||||
script:
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --workspace --verbose
|
Loading…
Reference in a new issue