mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
freebsd.yml: remove not working PROFILE=
This commit is contained in:
@@ -204,7 +204,7 @@ jobs:
|
||||
cargo nextest run --hide-progress-bar --profile ci --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
|
||||
|
||||
Reference in New Issue
Block a user