Skip to content

Commit

Permalink
Force codebase to use clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto authored Jun 16, 2023
1 parent 9041579 commit e0b9b1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Lint
run: |
cargo fmt --all -- --check
cargo clippy || true
cargo clippy
# uncomment this once there tests to run
# - name: Run tests
Expand Down Expand Up @@ -95,12 +95,12 @@ jobs:
- name: Lint
run: |
cargo fmt --all -- --check
cargo clippy || true
cargo clippy
# uncomment this once there tests to run
# - name: Run tests
# run: cargo test --verbose

- name: release
if: success()
run: cargo build --release --target=${{ matrix.target }}
run: cargo build --release --target=${{ matrix.target }}

0 comments on commit e0b9b1d

Please sign in to comment.