Skip to content

Commit 91931bc

Browse files
authored
CICD.yml: split PROFILE= from CARGOFLAGS (#9219)
1 parent 364d9e9 commit 91931bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
mv -t target/ target.cache/release 2>/dev/null || true
301301
- name: "`make nextest`"
302302
shell: bash
303-
run: make nextest CARGOFLAGS="--profile ci --hide-progress-bar"
303+
run: make nextest PROFILE=ci CARGOFLAGS="--hide-progress-bar"
304304
env:
305305
RUST_BACKTRACE: "1"
306306
- name: "`make install COMPLETIONS=n MANPAGES=n LOCALES=n`"

0 commit comments

Comments
 (0)