Skip to content

Commit

Permalink
dont test anything
Browse files Browse the repository at this point in the history
  • Loading branch information
jr1221 committed Aug 31, 2024
1 parent d90917e commit 028baaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
# - name: Test
# run: cargo test --verbose
- name: Clippy
run: cargo clippy --all-targets --all-features --workspace
run: cargo clippy --all-features --workspace
- name: Format
run: cargo fmt --verbose --workspace --check

0 comments on commit 028baaf

Please sign in to comment.