Improve hs config generator #137
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Host tests | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: recursive | |
#Run perl5 script to verify file sizies in controls_xxx.txt files | |
#Compile | |
- name: compile and run all host tests | |
run: | |
make host-test-all | |