Skip to content

Commit f873fac

Browse files
committed
again
1 parent deefc98 commit f873fac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ on:
1111

1212
env:
1313
CARGO_TERM_COLOR: always
14-
EMBEDDED_CI_TOKEN: ${{ secrets.EMBEDDED_CI_TOKEN }}
15-
EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }}
1614

1715
jobs:
1816
# Run cargo fmt --check, includes macros/
@@ -140,6 +138,7 @@ jobs:
140138
testexamples:
141139
name: testexamples
142140
runs-on: ubuntu-20.04
141+
environment: embedded-ci
143142
strategy:
144143
matrix:
145144
target:
@@ -187,8 +186,8 @@ jobs:
187186
EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }}
188187
run: |
189188
cd examples-runner
190-
cargo xtask --target ${{ matrix.target }} --runner qemu
191189
cargo xtask --target ${{ matrix.target }} --runner embedded-ci
190+
cargo xtask --target ${{ matrix.target }} --runner qemu
192191
193192
# Check the correctness of macros/ crate
194193
checkmacros:

0 commit comments

Comments
 (0)