Skip to content

Commit

Permalink
ci: no fail on upload error for coverage io
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Jul 25, 2023
1 parent 056c546 commit 4996883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
- name: Run tests
# Test all packages
run: cargo test --all --verbose
run: cargo test --all --verbose
# Test single package (e.g. contracts/whitelist)
# run: cargo test --package whitelist --verbose
# run: cargo test --package whitelist --verbose

rust-build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -94,4 +94,4 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 4996883

Please sign in to comment.