We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86eb4a8 commit 0206f3bCopy full SHA for 0206f3b
.semaphore/semaphore.yml
@@ -16,6 +16,7 @@ blocks:
16
commands:
17
- checkout
18
- rustup update stable
19
+ - export PATH="$PATH:$HOME/.cargo/bin"
20
- rustc --version
21
- cargo build --verbose
22
- cargo test --verbose
0 commit comments