Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Mar 14, 2024
1 parent d0e9da9 commit d25cdb6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Check
run: cargo check --all-features
- name: Format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy -- -D warnings

- name: Build
run: cargo build --release --verbose --all
- name: Run tests
Expand Down

0 comments on commit d25cdb6

Please sign in to comment.