Skip to content

Commit 4502b97

Browse files
author
=
committed
fix port number
1 parent 51fa450 commit 4502b97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
./target/debug/cosock-test-server 8443 . &
3636
sleep 1
3737
SERVER_PID=$!
38-
curl https://127.0.0.1:8080/delay/3
38+
curl https://127.0.0.1:8443/delay/3
39+
EXIT_CODE=$?
3940
kill $SERVER_PID
40-
41+
exit $EXIT_CODE

0 commit comments

Comments
 (0)