Skip to content

Commit

Permalink
fix perf workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
bubbajoe committed Apr 14, 2024
1 parent 8fa7f2c commit 32d0442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/performance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
go-version-file: 'go.mod'

- run: |
sudo apt update
sudo apt install httpie
- run: go mod download

- run: go run cmd/dgate-server/main.go &
Expand Down

0 comments on commit 32d0442

Please sign in to comment.