Skip to content

Commit 5318c9c

Browse files
authored
Merge pull request #9238 from oech3/patch-1
openbsd.yml: Remove not working PROFILE=
2 parents 8d81e95 + ed03c1d commit 5318c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
cargo test --features "\$UUCORE_FEATURES" -p uucore || FAULT=1
189189
fi
190190
# Test building with make
191-
if (test -z "\$FAULT"); then make PROFILE=ci || FAULT=1 ; fi
191+
if (test -z "\$FAULT"); then make || FAULT=1 ; fi
192192
# Clean to avoid to rsync back the files
193193
cargo clean
194194
if (test -n "\$FAULT"); then exit 1 ; fi

0 commit comments

Comments
 (0)