Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborschneider committed Nov 12, 2024
1 parent 924d340 commit ece15d6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@ jobs:
components: rustfmt, llvm-tools-preview, clippy
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
env:
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Cinstrument-coverage"
RUSTDOCFLAGS: "-Cinstrument-coverage"
- name: Test
uses: actions-rs/cargo@v1
with:
Expand All @@ -133,6 +124,6 @@ jobs:
- name: Coveralls upload
uses: coverallsapp/github-action@master
with:
paths: ./coverage.lcov
files: ./coverage.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ steps.coverage.outputs.report }}

0 comments on commit ece15d6

Please sign in to comment.