Skip to content

Commit

Permalink
Add Go GHA.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Oct 24, 2023
1 parent eb7d9a2 commit 73361cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ jobs:

- name: Run go benchmark
working-directory: benchmarks
run: install_and_test.sh -go -tasks 10 -data 200 -clients 2 -no-tls
run: |
go version
./install_and_test.sh -go -tasks 10 -data 200 -clients 2 -no-tls

0 comments on commit 73361cb

Please sign in to comment.