Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ jobs:
path: bin/rust-port-linux
- run: chmod +x bin/rust-port-linux/flow
- name: Run Rust port tests
run: ./runtests.sh bin/rust-port-linux/flow
run: bin/rust-port-linux/flow dev-tools runtests
runtests_macos_arm:
runs-on: macos-15
needs:
Expand All @@ -324,7 +324,7 @@ jobs:
path: bin/rust-port-macos-arm64
- run: chmod +x bin/rust-port-macos-arm64/flow
- name: Run Rust port tests
run: ./runtests.sh bin/rust-port-macos-arm64/flow
run: bin/rust-port-macos-arm64/flow dev-tools runtests
tool_test_linux:
runs-on: ubuntu-22.04
needs:
Expand Down
Loading