Skip to content

Commit 4e54954

Browse files
committed
fix:
1 parent 9d6c4e6 commit 4e54954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# run: make websocketd
2727

2828
- name: build and run websocketd
29-
run: go build
29+
run: go build -buildvcs=false
3030

3131
- name: test
3232
run: |
3333
./websocketd --port=8080 ./examples/bash/count.sh &
34-
./websocat.x86_64-unknown-linux-musl -E ws://127.0.0.1:8080
34+
./websocat.x86_64-unknown-linux-musl -E ws://$(hostname):8080

0 commit comments

Comments
 (0)