Skip to content

Commit d63aa00

Browse files
committed
add 64 bit cva6 test
1 parent 7d7a9c9 commit d63aa00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-system.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ jobs:
88
environment: ${{ matrix.platform != 'generic' && 'track' || null }}
99
strategy:
1010
matrix:
11-
platform: [generic, mpfs] #cva6]
11+
platform: [generic, mpfs, cva6]
1212
bits: [32, 64]
1313
exclude:
1414
# mpfs is not 32 bit
1515
- platform: mpfs
1616
bits: 32
17+
# ignore 32-bit cva6 for now
18+
- platform: cva6
19+
bits: 32
1720

1821
steps:
1922
- name: Checkout Keystone

0 commit comments

Comments
 (0)