We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deefc98 commit f873facCopy full SHA for f873fac
.github/workflows/build.yml
@@ -11,8 +11,6 @@ on:
11
12
env:
13
CARGO_TERM_COLOR: always
14
- EMBEDDED_CI_TOKEN: ${{ secrets.EMBEDDED_CI_TOKEN }}
15
- EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }}
16
17
jobs:
18
# Run cargo fmt --check, includes macros/
@@ -140,6 +138,7 @@ jobs:
140
138
testexamples:
141
139
name: testexamples
142
runs-on: ubuntu-20.04
+ environment: embedded-ci
143
strategy:
144
matrix:
145
target:
@@ -187,8 +186,8 @@ jobs:
187
186
EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }}
188
run: |
189
cd examples-runner
190
- cargo xtask --target ${{ matrix.target }} --runner qemu
191
cargo xtask --target ${{ matrix.target }} --runner embedded-ci
+ cargo xtask --target ${{ matrix.target }} --runner qemu
192
193
# Check the correctness of macros/ crate
194
checkmacros:
0 commit comments