Merge pull request #9238 from oech3/patch-1

openbsd.yml: Remove not working PROFILE=
This commit is contained in:
Daniel Hofstetter
2025-11-12 09:32:38 +01:00
committed by GitHub
+1 -1
View File
@@ -188,7 +188,7 @@ jobs:
cargo test --features "\$UUCORE_FEATURES" -p uucore || FAULT=1
fi
# Test building with make
if (test -z "\$FAULT"); then make PROFILE=ci || FAULT=1 ; fi
if (test -z "\$FAULT"); then make || FAULT=1 ; fi
# Clean to avoid to rsync back the files
cargo clean
if (test -n "\$FAULT"); then exit 1 ; fi