We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6ca68 commit bd27c7cCopy full SHA for bd27c7c
.github/workflows/ci.yml
@@ -78,13 +78,11 @@ jobs:
78
run: |
79
v fmt -verify ~/.vmodules/sqlite
80
v fmt -w ~/.vmodules/sqlite
81
-
82
- - name: Run tests with tcc:
+ - name: Run tests with tcc
83
run: v test ~/.vmodules/sqlite
84
- - name: Run tests with msvc:
+ - name: Run tests with msvc
85
run: v -cc msvc test ~/.vmodules/sqlite
86
- - name: Run tests with clang:
+ - name: Run tests with clang
87
run: v -cc clang test ~/.vmodules/sqlite
88
- - name: Run tests with gcc:
+ - name: Run tests with gcc
89
run: v -cc gcc test ~/.vmodules/sqlite
90
0 commit comments