Skip to content

Commit

Permalink
go.yml edited
Browse files Browse the repository at this point in the history
  • Loading branch information
IlliaYalovoi committed Jun 18, 2023
1 parent d8016ea commit 93d1cf0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,16 @@ jobs:

- name: Build
run: go build -v ./...

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19

- name: Build
run: go test -v ./...

0 comments on commit 93d1cf0

Please sign in to comment.