Skip to content

Commit a64e9ba

Browse files
author
=
committed
...
1 parent a433227 commit a64e9ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ jobs:
88
steps:
99
- name: start and hit no-ssl
1010
shell: bash
11-
run: >
11+
run: |
1212
cargo build
1313
./target/debug/cosock-test-server &
14+
sleep 1
1415
SERVER_PID=$!
1516
curl http://127.0.0.1:8080/delay/3
1617
kill $SERVER_PID

0 commit comments

Comments
 (0)