Skip to content

Commit

Permalink
Run tests in github action
Browse files Browse the repository at this point in the history
Signed-off-by: Benny Zlotnik <[email protected]>
  • Loading branch information
bennyz committed Dec 19, 2023
1 parent f6c52f5 commit c250dfc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/go-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: go-test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test with the Go CLI
run: go test ./...

0 comments on commit c250dfc

Please sign in to comment.