Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoney committed Jun 11, 2024
1 parent 4e817b8 commit b413674
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
-
name: Run Full Test Suite
run: |
go run test/e2e/main.go -memprofile profiles/ -interval 1m
go test -v ./...
env:
CGO_ENABLED: 0
- name: Archive the profiles
uses: actions/upload-artifact@v4
with:
name: mem-profiles
path: profiles/memprofile-*.pprof
retention-days: 5
CGO_ENABLED: 0

0 comments on commit b413674

Please sign in to comment.