Skip to content

Commit d11cd50

Browse files
committed
ci: skip vweb_app_test.v except in the ubuntu-tcc job
1 parent 2b420cd commit d11cd50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/tools/modules/testing/common.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
150150
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
151151
// the ttf_test.v is not interactive, but needs X11 headers to be installed, which is done only on ubuntu-tcc for now
152152
skip_files << 'vlib/x/ttf/ttf_test.v'
153+
skip_files << 'vlib/vweb/vweb_app_test.v' // imports the `sqlite` module, which in turn includes sqlite3.h
153154
}
154155
if testing.github_job != 'audio-examples' {
155156
skip_files << 'examples/sokol/sounds/melody.v'

0 commit comments

Comments
 (0)