We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 734df09 + a25378c commit 5b6dd61Copy full SHA for 5b6dd61
.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