mirror of
https://github.com/vlang/v.git
synced 2025-09-15 18:36:37 -04:00
ci: remove -stats
flag from tests (#21203)
This commit is contained in:
parent
ad17be5dfa
commit
c2c83f78f3
@ -78,5 +78,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Run the native backend tests serially with more details
|
- name: Run the native backend tests serially with more details
|
||||||
run: |
|
run: |
|
||||||
v -stats vlib/v/gen/native/macho_test.v
|
v vlib/v/gen/native/macho_test.v
|
||||||
v -stats vlib/v/gen/native/tests/native_test.v
|
v vlib/v/gen/native/tests/native_test.v
|
||||||
|
@ -146,7 +146,7 @@ jobs:
|
|||||||
echo "Build Go2V"
|
echo "Build Go2V"
|
||||||
v /tmp/go2v/
|
v /tmp/go2v/
|
||||||
echo "Run Go2V tests"
|
echo "Run Go2V tests"
|
||||||
VJOBS=1 v -stats test /tmp/go2v/
|
VJOBS=1 v test /tmp/go2v/
|
||||||
|
|
||||||
- name: Install UI through VPM and make sure its examples compile
|
- name: Install UI through VPM and make sure its examples compile
|
||||||
run: |
|
run: |
|
||||||
@ -171,7 +171,7 @@ jobs:
|
|||||||
echo "Build msgpack"
|
echo "Build msgpack"
|
||||||
v -shared ~/.vmodules/msgpack/
|
v -shared ~/.vmodules/msgpack/
|
||||||
echo "Run msgpack tests"
|
echo "Run msgpack tests"
|
||||||
v -stats test ~/.vmodules/msgpack/
|
v test ~/.vmodules/msgpack/
|
||||||
echo "MessagePack examples should compile"
|
echo "MessagePack examples should compile"
|
||||||
v should-compile-all ~/.vmodules/msgpack/examples
|
v should-compile-all ~/.vmodules/msgpack/examples
|
||||||
|
|
||||||
|
4
.github/workflows/wasm_backend_tests_ci.yml
vendored
4
.github/workflows/wasm_backend_tests_ci.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
|||||||
sudo ln -s ~/.wasmer/bin/wasmer /usr/local/bin
|
sudo ln -s ~/.wasmer/bin/wasmer /usr/local/bin
|
||||||
|
|
||||||
- name: Test the WASM backend
|
- name: Test the WASM backend
|
||||||
run: ./v -stats test vlib/v/gen/wasm/tests/
|
run: ./v test vlib/v/gen/wasm/tests/
|
||||||
|
|
||||||
|
|
||||||
wasm-backend-macos:
|
wasm-backend-macos:
|
||||||
@ -86,7 +86,7 @@ jobs:
|
|||||||
sudo ln -s ~/.wasmer/bin/wasmer /usr/local/bin
|
sudo ln -s ~/.wasmer/bin/wasmer /usr/local/bin
|
||||||
|
|
||||||
- name: Test the WASM backend
|
- name: Test the WASM backend
|
||||||
run: ./v -stats test vlib/v/gen/wasm/tests/
|
run: ./v test vlib/v/gen/wasm/tests/
|
||||||
|
|
||||||
# wasm-backend-windows:
|
# wasm-backend-windows:
|
||||||
# runs-on: windows-2022
|
# runs-on: windows-2022
|
||||||
|
Loading…
x
Reference in New Issue
Block a user