fix: im getting tired of this bullshit
This commit is contained in:
parent
2acbf3eb30
commit
00eeda366e
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ image: "rust:latest"
|
|||
build:cargo:
|
||||
script:
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- . "$HOME/.cargo/env"
|
||||
- rustc --version && cargo --version
|
||||
- cargo build
|
||||
|
||||
|
@ -26,5 +27,6 @@ build:cargo:
|
|||
test:cargo:
|
||||
script:
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
- . "$HOME/.cargo/env"
|
||||
- rustc --version && cargo --version # Print version info for debugging
|
||||
- cargo test --workspace --verbose
|
Loading…
Reference in a new issue