We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364d9e9 commit 91931bcCopy full SHA for 91931bc
.github/workflows/CICD.yml
@@ -300,7 +300,7 @@ jobs:
300
mv -t target/ target.cache/release 2>/dev/null || true
301
- name: "`make nextest`"
302
shell: bash
303
- run: make nextest CARGOFLAGS="--profile ci --hide-progress-bar"
+ run: make nextest PROFILE=ci CARGOFLAGS="--hide-progress-bar"
304
env:
305
RUST_BACKTRACE: "1"
306
- name: "`make install COMPLETIONS=n MANPAGES=n LOCALES=n`"
0 commit comments