Skip to content

Commit

Permalink
Re-enable tests for PRs (#415)
Browse files Browse the repository at this point in the history
It would be good to re-enable tests on PRs.
  • Loading branch information
nshalman committed Jan 20, 2022
1 parent 508ee5e commit ebaf806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
@@ -1,5 +1,7 @@
name: test
on: [push]
on:
push:
pull_request:
jobs:
test:
strategy:
Expand Down

0 comments on commit ebaf806

Please sign in to comment.