mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
tests: add v test-all
, move v test-fixed
to v test-compiler-full
This commit is contained in:
parent
e4850cd6dd
commit
460f32baf2
14 changed files with 226 additions and 166 deletions
4
.github/workflows/alpine.test.sh
vendored
4
.github/workflows/alpine.test.sh
vendored
|
@ -10,12 +10,12 @@ du -s .
|
|||
|
||||
ls -lat
|
||||
|
||||
##./v test-compiler
|
||||
##./v test-all
|
||||
|
||||
## try running the known failing tests first to get faster feedback
|
||||
./v test vlib/builtin/string_test.v vlib/strings/builder_test.v
|
||||
|
||||
./v test-fixed
|
||||
./v test-compiler-full
|
||||
|
||||
./v build-vbinaries
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue