Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Feb 28, 2025
1 parent b435633 commit dd200eb
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,30 +72,3 @@ jobs:

- name: test
run: cargo test

coverage:
name: Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
- uses: dtolnay/rust-toolchain@nightly

- name: Run tests
run: cargo test --verbose
env:
CARGO_INCREMENTAL: '0'
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code
-Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests
RUSTDOCFLAGS: -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code
-Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests

- name: rust-grcov
uses: actions-rs/grcov@v0.1

- name: Upload to codecov.io
uses: codecov/codecov-action@v3

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2

0 comments on commit dd200eb

Please sign in to comment.