Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiephone committed Aug 11, 2023
1 parent 9da54b1 commit 22418cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
command: install
args: cargo-tarpaulin
- name: try tarpaulin with coveralls
if: ${{ env.COVERALLS_TOKEN != "" }}
if: ${{ env.COVERALLS_TOKEN != '' }}
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --coveralls ${{ secrets.COVERALLS_TOKEN }} --engine llvm
- name: try tarpaulin without coveralls
if: ${{ env.COVERALLS_TOKEN == "" }}
if: ${{ env.COVERALLS_TOKEN == '' }}
uses: actions-rs/cargo@v1
with:
command: tarpaulin
Expand Down

0 comments on commit 22418cc

Please sign in to comment.