Skip to content

Commit

Permalink
changes to build on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed May 21, 2024
1 parent 456d855 commit 72cde41
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ jobs:
components: rustfmt, clippy
- name: Rust cache
uses: Swatinem/[email protected]
- name: Clippy checks
if: matrix.build-mode == 'debug'
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Rustfmt checks
if: matrix.build-mode == 'debug'
run: cargo fmt --all -- --check
- name: Cargo test
if: matrix.build-mode == 'debug'
run: cargo test --all-targets --all-features
- name: Build debug
if: matrix.build-mode == 'debug'
run: cargo build
Expand Down

0 comments on commit 72cde41

Please sign in to comment.