Skip to content

Commit

Permalink
Failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Nov 28, 2024
1 parent 99f8d62 commit bc0a4c6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ concurrency:
cancel-in-progress: true

jobs:
lint:
name: Lint
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -37,6 +37,9 @@ jobs:
- name: Clippy
run: cargo clippy --workspace --all-features --all-targets

- name: Test
run: cargo test --workspace --all-features

- name: Unused dependencies
run: |
cargo install cargo-machete --locked
Expand Down

0 comments on commit bc0a4c6

Please sign in to comment.