Skip to content

Commit

Permalink
ci: enable build check & linter & test
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinakanaka committed Feb 19, 2025
1 parent 0bb2f9d commit 8701336
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
# fi
- name: Check formatting
run: cargo fmt --all --check
# - name: Build test
# run: cargo xtask build --release
# - name: Lint with clippy
# run: cargo clippy --all-targets --all-features
# - name: Run tests
# run: cargo test --verbose
- name: Lint with clippy
run: cargo clippy --all-targets --all-features
- name: Build test
run: cargo xtask build --release
- name: Run tests
run: cargo test --verbose

0 comments on commit 8701336

Please sign in to comment.