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 6033885 commit c880ee1Copy full SHA for c880ee1
.github/workflows/makefile.yml
@@ -25,7 +25,9 @@ jobs:
25
# run: make websocketd
26
27
- name: build and run websocketd
28
- run: go run --port=8080 ./examples/bash/count.sh &
+ run: go build
29
30
- name: test
31
- run: ./websocat.x86_64-unknown-linux-musl -E ws://127.0.0.1:8080
+ run: |
32
+ ./websocketd --port=8080 ./examples/bash/count.sh &
33
+ ./websocat.x86_64-unknown-linux-musl -E ws://127.0.0.1:8080
0 commit comments