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.
2 parents b70d6d0 + 9041489 commit 601564bCopy full SHA for 601564b
.github/workflows/freebsd.yml
@@ -204,7 +204,7 @@ jobs:
204
cargo nextest run --hide-progress-bar --profile ci --features "\$UUCORE_FEATURES" -p uucore || FAULT=1
205
fi
206
# Test building with make
207
- if (test -z "\$FAULT"); then make PROFILE=ci || FAULT=1 ; fi
+ if (test -z "\$FAULT"); then make || FAULT=1 ; fi
208
# Clean to avoid to rsync back the files
209
cargo clean
210
if (test -n "\$FAULT"); then exit 1 ; fi
0 commit comments