ci: remove -stats flag from tests (#21203)

This commit is contained in:
Turiiya 2024-04-07 08:08:53 +02:00 committed by GitHub
parent ad17be5dfa
commit c2c83f78f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -78,5 +78,5 @@ jobs:
- name: Run the native backend tests serially with more details
run: |
v -stats vlib/v/gen/native/macho_test.v
v -stats vlib/v/gen/native/tests/native_test.v
v vlib/v/gen/native/macho_test.v
v vlib/v/gen/native/tests/native_test.v

View File

@ -146,7 +146,7 @@ jobs:
echo "Build Go2V"
v /tmp/go2v/
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
run: |
@ -171,7 +171,7 @@ jobs:
echo "Build msgpack"
v -shared ~/.vmodules/msgpack/
echo "Run msgpack tests"
v -stats test ~/.vmodules/msgpack/
v test ~/.vmodules/msgpack/
echo "MessagePack examples should compile"
v should-compile-all ~/.vmodules/msgpack/examples

View File

@ -64,7 +64,7 @@ jobs:
sudo ln -s ~/.wasmer/bin/wasmer /usr/local/bin
- 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:
@ -86,7 +86,7 @@ jobs:
sudo ln -s ~/.wasmer/bin/wasmer /usr/local/bin
- 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:
# runs-on: windows-2022