diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2022-12-21 21:11:01 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2022-12-21 21:11:01 +0100 |
| commit | 9884bcf312bf0da808dac6eb76d9059cd75877bc (patch) | |
| tree | 87355b8ab9f4892886e8dc98e9158515bde26e79 /.github | |
| parent | 3541f2cee4e94ceb8ea5c6f1514d5d4c9129383e (diff) | |
CI: Run example tests on thumbv8m.*
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf621ab..8182e7e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,8 @@ jobs: target: - thumbv7m-none-eabi - thumbv6m-none-eabi + - thumbv8m.base-none-eabi + - thumbv8m.main-none-eabi toolchain: - stable steps: |
