Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 14e479a

Browse files
Update CI checks
1 parent fb91ef3 commit 14e479a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/CI.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
- "1.56.0"
2121
conf:
2222
- { name: "atk", features: "v2_34", test_sys: true }
23-
- { name: "gdk", features: "v3_24,wayland", test_sys: true }
23+
- { name: "gdk", features: "v3_24", test_sys: true }
2424
- { name: "gdkx11", features: "v3_24", test_sys: true }
25+
- { name: "gdkwayland", features: "v3_24", test_sys: false }
2526
- { name: "gtk", features: "v3_24_9", test_sys: false }
2627
steps:
2728
- uses: actions/checkout@v2
@@ -42,13 +43,13 @@ jobs:
4243
if: matrix.rust == 'nightly'
4344
- run: cargo run --release -- ../${{matrix.conf.name}}
4445
working-directory: checker
45-
if: matrix.rust == 'nightly'
46+
if: matrix.rust == 'nightly' && matrix.conf.name != 'gdkwayland'
4647
- run: cargo run --release -- --no-license ../${{matrix.conf.name}}/sys
4748
working-directory: checker
48-
if: matrix.rust == 'nightly'
49+
if: matrix.rust == 'nightly' && matrix.conf.name != 'gdkwayland'
4950
- run: ./check_init_asserts ../${{matrix.conf.name}}
5051
working-directory: checker
51-
if: matrix.rust == 'nightly'
52+
if: matrix.rust == 'nightly' && matrix.conf.name != 'gdkwayland'
5253
- name: Check doc aliases
5354
run: |
5455
python3 doc_aliases.py ../${{matrix.conf.name}}

0 commit comments

Comments
 (0)