Skip to content

Commit afea148

Browse files
committed
chore(ci): Make jobs blocking that were overlooked
1 parent c355d8e commit afea148

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
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
contents: none
2525
name: CI
26-
needs: [test, check, lockfile, docs, rustfmt, clippy, minimal-versions, cffconvert]
26+
needs: [test, shell-integration, shell-integration-nu, check, ui, minimal-versions, lockfile, docs, rustfmt, clippy, cffconvert]
2727
runs-on: ubuntu-latest
2828
if: "always()"
2929
steps:

0 commit comments

Comments
 (0)