mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: add v test-all, move v test-fixed to v test-compiler-full
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user