Skip to content

Commit

Permalink
Replace /tmp with runner.temp
Browse files Browse the repository at this point in the history
  • Loading branch information
mAdkins committed Feb 15, 2024
1 parent f23d5ad commit 7e18bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: go get -u ./... && go mod tidy

- name: Benchmark Go logging libraries
run: 'go test -bench=. bench/*.go > /tmp/bench.txt'
run: go test -bench=. bench/*.go > ${{ runner.temp }}/bench.txt

# - name: Benchmark Go logging libraries
# run: go run cmd/server/server.go -from=/tmp/bench.txt
Expand Down

0 comments on commit 7e18bc4

Please sign in to comment.