Skip to content

Commit 24e7a9f

Browse files
committed
Try running kunit
1 parent 7f49127 commit 24e7a9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Run a one-line script
2828
run: echo Hello, world!
2929

30+
- name: Run kunit
31+
run: ./tools/testing/kunit/kunit.py run
32+
3033
# Runs a set of commands using the runners shell
3134
- name: Run a multi-line script
3235
run: |

0 commit comments

Comments
 (0)