Skip to content

Commit

Permalink
Merge pull request #491 from fuzzland/enable-real_balance
Browse files Browse the repository at this point in the history
add real_balance to release
  • Loading branch information
publicqi committed May 27, 2024
2 parents 15f36b9 + 1e095b8 commit 92db7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Build binaries
env:
SVM_TARGET_PLATFORM: ${{ matrix.job.svm_target_platform }}
run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache" --no-default-features
run: cargo build --release --bins --target ${{ matrix.job.target }} --features "cmp dataflow evm print_txn_corpus full_trace force_cache real_balance" --no-default-features

- name: Archive binaries
id: artifacts
Expand Down

0 comments on commit 92db7fe

Please sign in to comment.