Skip to content

Commit

Permalink
Merge pull request assert-rs#19 from epage/t
Browse files Browse the repository at this point in the history
chore(ci): Ensure CI job always runs
  • Loading branch information
epage committed Apr 1, 2024
2 parents 3278d49 + d634de6 commit dc3e937
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -23,11 +23,13 @@ jobs:
permissions:
contents: none
name: CI
needs: [test, msrv, docs, rustfmt, clippy]
needs: [test, msrv, lockfile, docs, rustfmt, clippy]
runs-on: ubuntu-latest
if: "always()"
steps:
- name: Done
run: exit 0
- name: Failed
run: exit 1
if: "contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') || contains(needs.*.result, 'skipped')"
test:
name: Test
strategy:
Expand Down

0 comments on commit dc3e937

Please sign in to comment.