diff --git a/.github/workflows/openbsd.yml b/.github/workflows/openbsd.yml index 9dad6ebc8..1c04528c0 100644 --- a/.github/workflows/openbsd.yml +++ b/.github/workflows/openbsd.yml @@ -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