Skip to content

Commit af55508

Browse files
Daniel-Faberhjwp
authored andcommitted
run tests on pull request
1 parent 9aa5b82 commit af55508

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
pull_request:
3+
types: [opened, synchronize, reopened]
4+
jobs:
5+
run_tests:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: Checkout
9+
uses: actions/checkout@v3
10+
- name: run tests
11+
run: make all

0 commit comments

Comments
 (0)