3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-06 14:24:08 +00:00
This commit is contained in:
N. Engelhardt 2022-03-07 08:34:01 +01:00
parent 7142f790e4
commit 8a81b61321
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v2
- uses: YosysHQ/setup-oss-cad-suite@v1
- name: Run checks
run: make ci
run: tabbypip install xmlschema && make ci

View file

@ -14,4 +14,4 @@ test_%: %.sby FORCE
python3 ../sbysrc/sby.py -f $<
$(JUNIT_TESTS): $(SBY_TESTS)
python validate_junit.py $@/$@.xml
python3 validate_junit.py $@/$@.xml