Skip to content

Commit

Permalink
fix: disable CARGO_INCREMENTAL
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzac committed Sep 16, 2024
1 parent c7c3010 commit 737bc3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/my_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Cargo build
uses: actions-rs/cargo@v1
env:
CARGO_INCREMENTAL: 0
with:
command: build
args: --all --no-default-features --features ${{ matrix.feature }}
Expand All @@ -48,6 +50,7 @@ jobs:
env:
RISC0_DEV_MODE: true
CONSENSUS_SLOT_TIME: 5
CARGO_INCREMENTAL: 0
with:
command: test
args: --all --no-default-features --features ${{ matrix.feature }}
Expand Down

0 comments on commit 737bc3b

Please sign in to comment.