Fix github actions

This commit is contained in:
Dolu1990 2021-06-23 11:48:53 +02:00
parent df7ac05db9
commit 3702ea03c0
1 changed files with 12 additions and 2 deletions

View File

@ -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