Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
do not build client in server runner
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed Apr 26, 2024
1 parent b9db95c commit ec9777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_group_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
ref: benchmark
- name: Build Server
run: |
cargo build
cargo build --bin istziio_server_node
- name: start server nodes
run: ${{ github.workspace }}/server/run.sh
- name: wait for server completing setups
Expand Down

0 comments on commit ec9777b

Please sign in to comment.