Skip to content

Commit

Permalink
Merge branch 'main' into pr/22
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuzzo committed Mar 14, 2024
2 parents 914ae78 + d25cdb6 commit 4115200
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 4115200

Please sign in to comment.