Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
barakplasma committed Jun 10, 2024
1 parent 9d6c4e6 commit 4e54954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4e54954

Please sign in to comment.