Skip to content

Commit

Permalink
ci/Tests: style
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <[email protected]>
  • Loading branch information
umarcor committed Apr 24, 2022
1 parent ab15a93 commit b4c55e3
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ jobs:

Test:
container: ubuntu:bionic
runs-on: [self-hosted, Linux, X64]
runs-on:
- self-hosted
- Linux
- X64
strategy:
fail-fast: false
matrix:
test: ['docs', 'testarch', 'tests', 'ice40', 'xc7', 'xc7-vendor', 'xc7a200t', 'xc7a200t-vendor', 'ql']
test:
- docs
- testarch
- tests
- ice40
- xc7
- xc7-vendor
- xc7a200t
- xc7a200t-vendor
- ql
env:
MAX_CORES: 80
GHA_EXTERNAL_DISK: "tools"
Expand All @@ -34,7 +46,10 @@ jobs:
Install:
container: ubuntu:bionic
runs-on: [self-hosted, Linux, X64]
runs-on:
- self-hosted
- Linux
- X64
needs: Test

env:
Expand Down

0 comments on commit b4c55e3

Please sign in to comment.