Skip to content

Commit

Permalink
Merge pull request #3 from flba-eb/enable_all_tests__zenoh1.0a2
Browse files Browse the repository at this point in the history
Enable all tests  on more recent zenoh version
  • Loading branch information
flba-eb authored Jul 20, 2024
2 parents f70cd84 + bb12055 commit 28ca500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
repository: eclipse-zenoh/zenoh
path: zenoh
ref: '0.11.0'
ref: '1.0.0-alpha.4'
- name: test Zenoh
run: |
set -x
Expand Down
2 changes: 2 additions & 0 deletions scripts/test-zenoh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ if [[ "$*" == *"--only-one-test"* ]] ; then
cd commons/zenoh-buffers
fi

# Compile first in parallel, but limit RAM usage by not exeucting the tests
cargo t --target aarch64-unknown-linux-gnu --no-run
kill $RES_MONITOR
# Only execute one test at a time to limit RAM usage
cargo t --target aarch64-unknown-linux-gnu -j1

0 comments on commit 28ca500

Please sign in to comment.