Skip to content

Commit

Permalink
refactor github publish CI
Browse files Browse the repository at this point in the history
*   remove requirement for running tests. spurious test failures due to
    temporary network issues should not block building/publishing an
    already tagged release.
*   update GH-CI setup-* versions
  • Loading branch information
dropwhile committed Apr 20, 2024
1 parent d169b17 commit 8359fe4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
check-latest: true
id: go

- name: Tests
if: success()
env:
GOPROXY: "https://proxy.golang.org"
run: make test

- name: Build
if: success()
env:
Expand Down

0 comments on commit 8359fe4

Please sign in to comment.