Skip to content

Commit

Permalink
build.
Browse files Browse the repository at this point in the history
  • Loading branch information
847850277 committed Oct 30, 2024
1 parent 3e7dd94 commit 67978c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
rustup component add rustfmt
cargo fmt -- --check
- name: Build
run: cargo build --verbose
run: |
rustup component add rustfmt
cargo build --verbose
- name: Test
run: cargo test --verbose
run: |
rustup component add rustfmt
cargo test --verbose

0 comments on commit 67978c4

Please sign in to comment.