Skip to content

Commit 542cc58

Browse files
committed
perf: use release build for interop tests in CI
1 parent fe237bb commit 542cc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
shell: bash
2828
run: |
2929
source /opt/ros/jazzy/setup.bash
30-
cargo test -p ros-z-tests --features interop-tests -- --nocapture
30+
cargo test -p ros-z-tests --features interop-tests --release

0 commit comments

Comments
 (0)