Skip to content

Commit

Permalink
Allow PRs to trigger tests
Browse files Browse the repository at this point in the history
* Go tests run on GitHub's hosted runners so these can
be run on PR contributions from external people
  • Loading branch information
dghubble committed Dec 11, 2024
1 parent cf7a765 commit 3373be1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go:
uses: poseidon/.github/.github/workflows/golang-library.yaml@main
Expand Down

0 comments on commit 3373be1

Please sign in to comment.