Skip to content

Commit 601564b

Browse files
authored
Merge pull request #9225 from oech3/remove-notworking-profile
freebsd.yml: remove not working PROFILE=
2 parents b70d6d0 + 9041489 commit 601564b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ 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+
if (test -z "\$FAULT"); then make || FAULT=1 ; fi
208208
# Clean to avoid to rsync back the files
209209
cargo clean
210210
if (test -n "\$FAULT"); then exit 1 ; fi

0 commit comments

Comments
 (0)