Skip to content

Commit

Permalink
updated dependencies, improved CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ijchen committed Feb 17, 2024
1 parent a352cef commit 4122284
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 224 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build --all-targets --verbose

tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose --release
run: cargo test --verbose

clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -Dwarnings
run: cargo clippy --all-targets -- -Dwarnings
Loading

0 comments on commit 4122284

Please sign in to comment.