mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
fix mutants: dependency binding error on Secp256k1
This commit is contained in:
2
.github/workflows/pr-mutants.yml
vendored
2
.github/workflows/pr-mutants.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
||||
# Disable immediate exit on error
|
||||
set +e
|
||||
|
||||
cargo mutants --workspace --timeout-multiplier 1.5 --no-shuffle -vV --in-diff git.diff --output ./ --test-tool=nextest -- --all-targets --test-threads 1
|
||||
cargo mutants --workspace --in-place --timeout-multiplier 1.5 --no-shuffle -vV --in-diff git.diff --output ./ --test-tool=nextest -- --all-targets --test-threads 1
|
||||
exit_code=$?
|
||||
|
||||
# Create the folder only containing the outcomes (.txt files) and make a file containing the exit code of the command
|
||||
|
||||
Reference in New Issue
Block a user