Skip to content

Commit

Permalink
Merge pull request #224 from dannysauer/ci/test_pr
Browse files Browse the repository at this point in the history
run tests when PR opened
  • Loading branch information
creswick authored Jun 20, 2023
2 parents 99d01d5 + 9538187 commit b1fdfe0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "test"

on:
push:
branches:
- 'master'
pull_request: {}

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make test

0 comments on commit b1fdfe0

Please sign in to comment.