Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Oct 3, 2024
1 parent a0eacf6 commit 8f56925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
EOF
- run: |
docker run -d --network host ajoergensen/iperf3:latest --server
docker run --network host -v config:/Cloak/config cbeuw/cloak:latest build/ck-server -c config/ckserver.json --verbosity debug &
docker run --network host -v $PWD/config:/go/Cloak/config cbeuw/cloak:latest build/ck-server -c config/ckserver.json --verbosity debug &
make client
build/ck-client -c config/ckclient.json -s 127.0.0.1 -p 8443 --verbosity debug &
docker run --network host ajoergensen/iperf3:latest --client 127.0.0.1 -p 1984

0 comments on commit 8f56925

Please sign in to comment.