Skip to content

Commit 2f06cc3

Browse files
committed
ci: add testing with gcc and clang to the linux job too
1 parent bd27c7c commit 2f06cc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
v fmt -w ~/.vmodules/sqlite
5656
- name: Run tests
5757
run: v test ~/.vmodules/sqlite
58+
- name: Run tests with clang
59+
run: v -cc clang test ~/.vmodules/sqlite
60+
- name: Run tests with gcc
61+
run: v -cc gcc test ~/.vmodules/sqlite
5862

5963
sqlite-windows:
6064
runs-on: windows-latest

0 commit comments

Comments
 (0)