Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Mar 4, 2022
1 parent deefc98 commit f873fac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:

env:
CARGO_TERM_COLOR: always
EMBEDDED_CI_TOKEN: ${{ secrets.EMBEDDED_CI_TOKEN }}
EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }}

jobs:
# Run cargo fmt --check, includes macros/
Expand Down Expand Up @@ -140,6 +138,7 @@ jobs:
testexamples:
name: testexamples
runs-on: ubuntu-20.04
environment: embedded-ci
strategy:
matrix:
target:
Expand Down Expand Up @@ -187,8 +186,8 @@ jobs:
EMBEDDED_CI_SERVER: ${{ secrets.EMBEDDED_CI_SERVER }}
run: |
cd examples-runner
cargo xtask --target ${{ matrix.target }} --runner qemu
cargo xtask --target ${{ matrix.target }} --runner embedded-ci
cargo xtask --target ${{ matrix.target }} --runner qemu
# Check the correctness of macros/ crate
checkmacros:
Expand Down

0 comments on commit f873fac

Please sign in to comment.