Skip to content

Commit

Permalink
fix: 工作流中添加安装 miniserve
Browse files Browse the repository at this point in the history
  • Loading branch information
Cnotech committed Jul 29, 2024
1 parent 1b35070 commit 1a8ac58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Install tarpaulin
run: cargo install cargo-tarpaulin
- name: Install cargo components
run: cargo install cargo-tarpaulin miniserve
- name: Run tests
run: npm run rust:ut:xml
- name: Upload coverage reports
Expand Down

0 comments on commit 1a8ac58

Please sign in to comment.