mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
openbsd.yml: Remove not working PROFILE=
This commit is contained in:
parent
8d81e953b2
commit
ed03c1d103
1 changed files with 1 additions and 1 deletions
2
.github/workflows/openbsd.yml
vendored
2
.github/workflows/openbsd.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue