Skip to content

Commit

Permalink
Merge pull request #23 from infinyon/bors
Browse files Browse the repository at this point in the history
Fix job name
  • Loading branch information
sehz authored Jun 21, 2021
2 parents b9f7b57 + 94bdc8a commit fec48a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
run: make test-all

done:
name: "Done!"
name: "Done"
needs: [clippy, rustfmt, unit_test]
runs-on: ubuntu-latest
steps:
- run: echo "Done!"
- run: echo "Done!"

0 comments on commit fec48a4

Please sign in to comment.