We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1348e08 commit 552d9d6Copy full SHA for 552d9d6
.github/buildomat/jobs/build-and-test.sh
@@ -11,6 +11,7 @@ set -o errexit
11
set -o pipefail
12
set -o xtrace
13
14
+rustup show active-toolchain || rustup toolchain install
15
cargo --version
16
rustc --version
17
.github/buildomat/jobs/test-no-op-implementation.sh
0 commit comments