Skip to content

Commit

Permalink
Env var
Browse files Browse the repository at this point in the history
  • Loading branch information
malwaredllc committed May 15, 2022
1 parent 24a2217 commit 71d764d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: go build -v ./...

- name: Test LRU Cache
run: go test -v ./lru_cache

- name: Test Consistent Hashing Ring
run: go test -v ./ring

- name: Integration Tests
run: go test -v main_test.go
run: go test -v ./...
env:
GODEBUG: x509sha1=1

0 comments on commit 71d764d

Please sign in to comment.