We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6c4e6 commit 4e54954Copy full SHA for 4e54954
.github/workflows/makefile.yml
@@ -26,9 +26,9 @@ jobs:
26
# run: make websocketd
27
28
- name: build and run websocketd
29
- run: go build
+ run: go build -buildvcs=false
30
31
- name: test
32
run: |
33
./websocketd --port=8080 ./examples/bash/count.sh &
34
- ./websocat.x86_64-unknown-linux-musl -E ws://127.0.0.1:8080
+ ./websocat.x86_64-unknown-linux-musl -E ws://$(hostname):8080
0 commit comments