Skip to content

Commit

Permalink
Merge pull request #269 from zhang-accounting/264-release-wasm-bindin…
Browse files Browse the repository at this point in the history
…g-when-releasing-a-new-version

chore: temp disable coverage
  • Loading branch information
Kilerd committed Mar 26, 2024
2 parents 64a01b9 + b007e07 commit ec05984
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable]
os: [ ubuntu-latest, windows-latest, macOS-latest ]
rust: [ stable ]
steps:
- uses: actions/checkout@v4
- name: Install ${{ matrix.rust }}
Expand All @@ -61,6 +61,7 @@ jobs:
- name: Run test
run: cargo test --all-features
coverage:
if: false
runs-on: ubuntu-latest
needs: test
steps:
Expand Down

0 comments on commit ec05984

Please sign in to comment.