Skip to content

Commit

Permalink
Wrap command in quotes due to use of '>'
Browse files Browse the repository at this point in the history
  • Loading branch information
mAdkins committed Feb 15, 2024
1 parent d4d3476 commit c3d389b
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 > /tmp/bench.txt'

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

0 comments on commit c3d389b

Please sign in to comment.