Skip to content

Commit 889b00e

Browse files
committed
freebsd.yml: Use ci profile at test correctly
1 parent b70d6d0 commit 889b00e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/freebsd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ jobs:
204204
cargo nextest run --hide-progress-bar --profile ci --features "\$UUCORE_FEATURES" -p uucore || FAULT=1
205205
fi
206206
# Test building with make
207-
if (test -z "\$FAULT"); then make PROFILE=ci || FAULT=1 ; fi
207+
export LIBSTDBUF_DIR=/home/runner/work/coreutils/coreutils/target/debug/deps # see https://github.com/uutils/coreutils/pull/8684#discussion_r2383492924
208+
if (test -z "\$FAULT"); then make nextest PROFILE=ci || FAULT=1 ; fi
208209
# Clean to avoid to rsync back the files
209210
cargo clean
210211
if (test -n "\$FAULT"); then exit 1 ; fi

0 commit comments

Comments
 (0)