Skip to content

Commit

Permalink
chore: 修改test工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1ny committed Apr 24, 2023
1 parent 91eb2c3 commit 95ea116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test
run: |
cd packages/lib
cargo test --verbose
cargo test -r --verbose
Core_Test:
runs-on: windows-latest
Expand All @@ -64,4 +64,4 @@ jobs:
- name: Test
run: |
cd packages/core
cargo test --verbose
cargo test -r --verbose

0 comments on commit 95ea116

Please sign in to comment.