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 8d81e95 + ed03c1d commit 5318c9cCopy full SHA for 5318c9c
.github/workflows/openbsd.yml
@@ -188,7 +188,7 @@ jobs:
188
cargo test --features "\$UUCORE_FEATURES" -p uucore || FAULT=1
189
fi
190
# Test building with make
191
- if (test -z "\$FAULT"); then make PROFILE=ci || FAULT=1 ; fi
+ if (test -z "\$FAULT"); then make || FAULT=1 ; fi
192
# Clean to avoid to rsync back the files
193
cargo clean
194
if (test -n "\$FAULT"); then exit 1 ; fi
0 commit comments