Skip to content

Commit 9c70eb3

Browse files
sdroegebilelmoussaoui
authored andcommitted
ci: Only run glib-macros tests on stable
Some of the tests are checking compiler errors and they might change between Rust versions.
1 parent f5d94ec commit 9c70eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: cargo build --manifest-path glib-macros/Cargo.toml
117117
- name: "glib-macros: test"
118118
run: cargo test --manifest-path glib-macros/Cargo.toml
119+
if: matrix.rust == 'stable'
119120
# glib-macros in 2 levels dependent
120121
- name: Check two levels glib dependent
121122
run: cargo check

0 commit comments

Comments
 (0)