We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e483b commit db5e7a2Copy full SHA for db5e7a2
.github/workflows/ci.yml
@@ -319,7 +319,7 @@ jobs:
319
with:
320
tool: nextest
321
- name: Test (nextest)
322
- run: cargo +nightly nextest run --target $TARGET --workspace --no-fail-fast size
+ run: cargo +nightly nextest run -Zbuild-std --target $TARGET --workspace --no-fail-fast size
323
324
lint:
325
runs-on: ubuntu-latest
0 commit comments