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 b70d6d0 commit 9041489Copy full SHA for 9041489
.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