Skip to content

Commit 661d70a

Browse files
committed
ci: run VLS tests with gcc on the main V repo too
1 parent 24e0a6c commit 661d70a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/v_apps_and_modules_compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
v -prod /tmp/vls/cmd/vls
4040
echo "Build VLS with -gc boehm -skip-unused"
4141
v -gc boehm -skip-unused /tmp/vls/cmd/vls
42+
echo "Test VLS with gcc"
43+
v -cc gcc test /tmp/vls
4244
4345
- name: Build V Coreutils
4446
run: |

0 commit comments

Comments
 (0)