Skip to content

Commit

Permalink
Merge pull request #35 from asymmetric-research/build-test-workflow
Browse files Browse the repository at this point in the history
added go build workflow
  • Loading branch information
johnstonematt authored Oct 7, 2024
2 parents f955410 + 52ea745 commit 01db171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go Tests
on:
push:
branches:
- main
- master
pull_request:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gofmt.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Go Format Check

on:
push:
branches:
- master
pull_request:

jobs:
Expand Down

0 comments on commit 01db171

Please sign in to comment.