aboutsummaryrefslogtreecommitdiff
path: root/.github/ci
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-30 00:10:36 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-30 01:10:53 +0200
commit020e956f1ba5c0b3baf75b02f286218f661e1c02 (patch)
tree486197f43cb3124e5d185d0a67ff4819afab90ff /.github/ci
parent3760bdbb1b7b8d8aa8f59befdc31fbf9e09aaa5a (diff)
ci: run HIL tests in parallel.
Diffstat (limited to '.github/ci')
-rwxr-xr-x.github/ci/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/ci/build.sh b/.github/ci/build.sh
index 1c3a7f3b0..30ca1e6f0 100755
--- a/.github/ci/build.sh
+++ b/.github/ci/build.sh
@@ -9,6 +9,7 @@ export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target 9export CARGO_TARGET_DIR=/ci/cache/target
10if [ -f /ci/secrets/teleprobe-token.txt ]; then 10if [ -f /ci/secrets/teleprobe-token.txt ]; then
11 echo Got teleprobe token! 11 echo Got teleprobe token!
12 export TELEPROBE_HOST=https://teleprobe.embassy.dev
12 export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt) 13 export TELEPROBE_TOKEN=$(cat /ci/secrets/teleprobe-token.txt)
13fi 14fi
14 15