Skip to content

Commit

Permalink
refactor(ci): use more target_cargo() in run.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed May 2, 2024
1 parent 0a710f3 commit 7fb8f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run.bash
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ build_test() {
}

if [ -z "$SKIP_TESTS" ]; then
cargo run --locked --profile "$BUILD_PROFILE" --features test --target "$TARGET" "${FEATURES[@]}" -- --dump-testament
target_cargo run --features test -- --dump-testament
build_test build
build_test test
fi

0 comments on commit 7fb8f99

Please sign in to comment.