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:
4
.github/workflows/websockets.yml
vendored
4
.github/workflows/websockets.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user