Skip to content

Commit

Permalink
remove check step
Browse files Browse the repository at this point in the history
Now that caching is in place, don't need to fail so fast as before
  • Loading branch information
natemcintosh committed Apr 27, 2024
1 parent ccb9fa0 commit 19efaf0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Check
run: cargo check --verbose
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 19efaf0

Please sign in to comment.