Skip to content

Commit 9aebe5d

Browse files
committed
chore(ci): Nushell is too big to hack around minimal versions
1 parent 5004243 commit 9aebe5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Downgrade dependencies to minimal versions
8383
run: cargo +nightly generate-lockfile -Z minimal-versions
8484
- name: Compile with minimal versions
85-
run: cargo +stable check --workspace --all-features --locked
85+
run: cargo +stable check --workspace --all-features --locked --exclude completest-nu
8686
lockfile:
8787
runs-on: ubuntu-latest
8888
steps:

0 commit comments

Comments
 (0)