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 5004243 commit 9aebe5dCopy full SHA for 9aebe5d
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Downgrade dependencies to minimal versions
83
run: cargo +nightly generate-lockfile -Z minimal-versions
84
- name: Compile with minimal versions
85
- run: cargo +stable check --workspace --all-features --locked
+ run: cargo +stable check --workspace --all-features --locked --exclude completest-nu
86
lockfile:
87
runs-on: ubuntu-latest
88
steps:
0 commit comments