Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bored-engineer authored Oct 2, 2023
1 parent 2ce16af commit 32ccbcd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ jobs:
CGO_ENABLED: ${{ matrix.cgo }}
- name: Load LaunchDaemon
run: launchctl load ./example/agent.plist
- name: Test
run: echo "Hello World" | nc -w5 localhost 1337 | grep "Hello World"
- name: Test IPv4
run: echo "Hello World" | nc -w5 -4 localhost 1337 | grep "Hello World"
- name: Test IPv6
run: echo "Hello World" | nc -w5 -6 localhost 1337 | grep "Hello World"

0 comments on commit 32ccbcd

Please sign in to comment.