Skip to content

Commit bd27c7c

Browse files
committed
fix .yml file
1 parent 7b6ca68 commit bd27c7c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,11 @@ jobs:
7878
run: |
7979
v fmt -verify ~/.vmodules/sqlite
8080
v fmt -w ~/.vmodules/sqlite
81-
82-
- name: Run tests with tcc:
81+
- name: Run tests with tcc
8382
run: v test ~/.vmodules/sqlite
84-
- name: Run tests with msvc:
83+
- name: Run tests with msvc
8584
run: v -cc msvc test ~/.vmodules/sqlite
86-
- name: Run tests with clang:
85+
- name: Run tests with clang
8786
run: v -cc clang test ~/.vmodules/sqlite
88-
- name: Run tests with gcc:
87+
- name: Run tests with gcc
8988
run: v -cc gcc test ~/.vmodules/sqlite
90-

0 commit comments

Comments
 (0)