Fix github actions
This commit is contained in:
parent
df7ac05db9
commit
3702ea03c0
|
@ -55,5 +55,15 @@ jobs:
|
|||
- name: Compile tests
|
||||
run: sbt "+test:compile"
|
||||
|
||||
- name: Run tests
|
||||
run: sbt "+test"
|
||||
- name: Test Dhrystones
|
||||
run: make regression_dhrystone -C scripts/regression
|
||||
|
||||
- name: Test Baremetal
|
||||
run: make regression_random_baremetal -C scripts/regression
|
||||
|
||||
- name: Test Machine OS
|
||||
run: make regression_random_machine_os -C scripts/regression
|
||||
|
||||
- name: Test Linux
|
||||
run: make regression_random_linux -C scripts/regression
|
||||
|
||||
|
|
Loading…
Reference in New Issue