Skip to content

Commit

Permalink
chore: update rust-cargo-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eredotpkfr authored Sep 16, 2024
1 parent cdcdbde commit b6bd746
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/rust-cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --all-features

- name: Run rustfmt
run: cargo fmt --all -- --check

- name: Run clippy
run: cargo clippy --all --all-features --tests -- -D warnings

0 comments on commit b6bd746

Please sign in to comment.