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 6033885 commit c880ee1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
# run: make websocketd

- name: build and run websocketd
run: go run --port=8080 ./examples/bash/count.sh &
run: go build

- name: test
run: ./websocat.x86_64-unknown-linux-musl -E ws://127.0.0.1:8080
run: |
./websocketd --port=8080 ./examples/bash/count.sh &
./websocat.x86_64-unknown-linux-musl -E ws://127.0.0.1:8080

0 comments on commit c880ee1

Please sign in to comment.