Skip to content

Commit

Permalink
Merge pull request #79 from Daniel-Faber/github-actions
Browse files Browse the repository at this point in the history
Run tests on pull request
  • Loading branch information
hjwp authored Jan 8, 2024
2 parents 734df09 + a25378c commit 5b6dd61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/run_tests_on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: run tests
run: make all

0 comments on commit 5b6dd61

Please sign in to comment.