diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e805593..e33be5f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,19 +23,6 @@ jobs: run: cargo test --release --features=moz_central env: RUST_MIN_STACK: 9999999 - - name: rust-tarpaulin - uses: actions-rs/tarpaulin@v0.1 - env: - RUST_MIN_STACK: 9999999 - with: - args: --features=moz_central - - name: Upload to codecov.io - uses: codecov/codecov-action@v3 - continue-on-error: true - with: - token: ${{secrets.CODECOV_TOKEN}} - - name: Check syntax - run: cargo fmt --all -- --check - name: Cache node_modules uses: actions/cache@v3 with: