Skip to content

Commit 4bc38db

Browse files
sdroegebilelmoussaoui
authored andcommitted
ci: Enable glib-sys / gobject-sys tests
They're finally passing now.
1 parent 7f4a1dc commit 4bc38db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- { name: "cairo", features: "png,pdf,svg,ps,use_glib,v1_18,freetype,script,xcb,xlib,win32-surface", nightly: "--features 'png,pdf,svg,ps,use_glib,v1_18,freetype,script,xcb,xlib,win32-surface'", test_sys: true }
2424
- { name: "gdk-pixbuf", features: "v2_42", nightly: "--all-features", test_sys: true }
2525
- { name: "gio", features: "v2_80", nightly: "--all-features", test_sys: true }
26-
- { name: "glib", features: "v2_80", nightly: "--all-features", test_sys: false }
26+
- { name: "glib", features: "v2_80", nightly: "--all-features", test_sys: true }
2727
- { name: "graphene", features: "", nightly: "", test_sys: true }
2828
- { name: "pango", features: "v1_50", nightly: "--all-features", test_sys: true }
2929
- { name: "pangocairo", features: "", nightly: "--all-features", test_sys: true }
@@ -85,6 +85,10 @@ jobs:
8585
run: cargo test
8686
working-directory: ${{ matrix.conf.name }}/sys
8787
if: matrix.conf.test_sys
88+
- name: Test ${{ matrix.conf.name }}/gobject-sys
89+
run: cargo test
90+
working-directory: ${{ matrix.conf.name }}/gobject-sys
91+
if: matrix.conf.test_sys && matrix.conf.name == 'glib'
8892
# GLib compile tests only on stable
8993
- name: Compile tests
9094
run: cargo test --manifest-path glib/Cargo.toml --features "compiletests,v2_78"

0 commit comments

Comments
 (0)