aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-05-29 23:21:00 +0000
committerGitHub <[email protected]>2023-05-29 23:21:00 +0000
commit1d34078fa11839f88dd2e47a9355c6b35755128f (patch)
tree486197f43cb3124e5d185d0a67ff4819afab90ff /.github
parent3760bdbb1b7b8d8aa8f59befdc31fbf9e09aaa5a (diff)
parent020e956f1ba5c0b3baf75b02f286218f661e1c02 (diff)
Merge pull request #1508 from embassy-rs/ci-fixes
ci: run HIL tests in parallel.
Diffstat (limited to '.github')
-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