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 5f5b7d4 commit a91424fCopy full SHA for a91424f
.cirrus.yml
@@ -19,8 +19,8 @@ build: &BUILD
19
- $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets
20
- $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET
21
- $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET -- -D warnings
22
- - if [ -z "$NOHACK" ]; then $TOOL install cargo-hack; fi
23
- - if [ -z "$NOHACK" ]; then $TOOL hack $ZFLAGS check --target $TARGET --each-feature; fi
+ - if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN install cargo-hack; fi
+ - if [ -z "$NOHACK" ]; then $TOOL +$TOOLCHAIN hack $ZFLAGS check --target $TARGET --each-feature; fi
24
25
# Tests that do require executing the binaries
26
test: &TEST
0 commit comments