Skip to content

Commit

Permalink
feat: skip tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeguy committed May 2, 2024
1 parent 2e69cd6 commit c356558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: '1.20.0'

- uses: actions/checkout@v2
- name: Run tests
run: go test -v ./...
run: go test -v ./... -tags skipCi

semantic-release:
needs: [test]
Expand Down

0 comments on commit c356558

Please sign in to comment.