Skip to content

Commit

Permalink
fix: rm cargo-test in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dongspy committed Nov 2, 2023
1 parent 70d41bf commit 9cf9743
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo build

0 comments on commit 9cf9743

Please sign in to comment.