Skip to content

Commit ea395f2

Browse files
committed
Edit ci
1 parent 7872b39 commit ea395f2

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
@@ -95,6 +95,6 @@ jobs:
9595
ci-success:
9696
name: CI success
9797
runs-on: ubuntu-latest
98-
needs: [clippy, fmt, publish-check, test]
98+
needs: [clippy, fmt, msrv, publish-check, test]
9999
steps:
100100
- run: echo "All CI jobs successfully finished."

0 commit comments

Comments
 (0)