From 4e549545a46dd1565a6afb805d0022cfd2827505 Mon Sep 17 00:00:00 2001 From: Michael Salaverry Date: Mon, 10 Jun 2024 21:04:30 +0000 Subject: [PATCH] fix: --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 0bcd4cf..85abc3d 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -26,9 +26,9 @@ jobs: # run: make websocketd - name: build and run websocketd - run: go build + run: go build -buildvcs=false - name: test run: | ./websocketd --port=8080 ./examples/bash/count.sh & - ./websocat.x86_64-unknown-linux-musl -E ws://127.0.0.1:8080 + ./websocat.x86_64-unknown-linux-musl -E ws://$(hostname):8080