Skip to content

Commit

Permalink
Merge pull request #158 from masterzen/masterzen-run-on-merge
Browse files Browse the repository at this point in the history
Run Go tests on master push
  • Loading branch information
masterzen authored Dec 27, 2023
2 parents 64a814d + 8a85d49 commit e811dad
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: Go unit tests

on:
on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request:
paths:
- '**.go'
- go.mod
- go.sum
- '.github/workflows/go.yml'

jobs:
gotest:
Expand All @@ -21,4 +27,4 @@ jobs:
check-latest: true

- name: Test
run: go test -v ./...
run: make ci

0 comments on commit e811dad

Please sign in to comment.