Skip to content

Commit

Permalink
Fix workflow syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ndebuhr committed Jan 22, 2021
1 parent dc6ff37 commit 562e99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: |
cargo clippy --all-features -- -Dclippy::all -Dclippy::pedantic || "exit $?"
cargo clippy --all-features -- -Dclippy::all -Dclippy::pedantic || echo "exit $?"

0 comments on commit 562e99e

Please sign in to comment.