This commit is contained in:
Peter Buchegger 2021-09-19 19:55:21 +01:00
parent bdccee9429
commit fbfe88ba09

View file

@ -1,6 +1,6 @@
name: DUT Tests
on: [pull_request]
on: [push, pull_request]
jobs:
dut_tests:
@ -15,4 +15,3 @@ jobs:
run: cd testlib && make install
- name: Run Tests
run: cd testlib && make test