We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa5b82 commit af55508Copy full SHA for af55508
.github/workflows/run_tests_on_pull_request.yml
@@ -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