Skip to content

Commit

Permalink
run tests on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Faber authored and hjwp committed Mar 1, 2024
1 parent e23692a commit 7349d73
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 7349d73

Please sign in to comment.