1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix building of vlib/x/websocket/websocket_test.v

This commit is contained in:
Delyan Angelov
2021-02-21 17:03:25 +02:00
parent 07df2d3484
commit b1209aac1b
5 changed files with 65 additions and 64 deletions

View File

@@ -23,11 +23,11 @@ jobs:
echo $VFLAGS
sudo ln -s $PWD/thirdparty/tcc/tcc.exe /usr/local/bin/tcc ## TODO: remove
make -j4
./v -cg -cflags -Werror -o v cmd/v
./v -g -o v cmd/v
- name: v doctor
run: ./v doctor
- name: Run websockets tests
run: ./v -cflags "-Werror" test vlib/x/websocket/
run: ./v -g test vlib/x/websocket/
autobahn_tests:
name: Autobahn integrations tests