Skip to content

Commit

Permalink
Fix build (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Feb 7, 2023
1 parent a003cec commit 3b16971
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
container:
image: golang
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: golang
steps:
- uses: actions/checkout@v3
- run: go build
Expand Down
4 changes: 0 additions & 4 deletions semaphore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import (
"github.com/stretchr/testify/assert"
)

func TestNewSemaphore(t *testing.T) {
newSemaphore(1)
}

func TestSemaphoreRequest(t *testing.T) {
s := newSemaphore(1)

Expand Down

0 comments on commit 3b16971

Please sign in to comment.