Skip to content

Commit

Permalink
Github actions release
Browse files Browse the repository at this point in the history
  • Loading branch information
porjo committed Oct 10, 2023
1 parent 6dc9b93 commit b05ed88
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Go

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: '1.19'
-
name: Set up Go
uses: actions/setup-go@v4
-
name: Go tests
run: go test -v -race ./...
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v4
-
name: Go tests
run: go test -v -race ./...
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit b05ed88

Please sign in to comment.