Skip to content

Commit 00c7fe5

Browse files
CI: Remove also gtk-rs-core sys tests
Those tests don't do much interesting, attempting to regen ffi crates is something already done by cloning the gtk-rs-core repo and regen/build it
1 parent a81320b commit 00c7fe5

File tree

14 files changed

+67
-528
lines changed

14 files changed

+67
-528
lines changed

.github/workflows/main.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ jobs:
144144
with:
145145
command: test
146146
args: --release
147-
- name: "Test (tests/sys)"
148-
run: tests/sys/test.sh
149147
- name: "Acquire gtk4-rs"
150148
uses: actions/checkout@v4
151149
with:

.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
target
2-
/gio
3-
/gtk
42
/src/gir_version.rs
53
/.vscode
6-
tests/gir-files
7-
tests/sys/*-sys/**
8-
tests/sys/sys_build/Cargo.lock
9-
!tests/sys/*-sys/Cargo.toml
104
**.DS_Store

Cargo.lock

+67-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/sys/gdk-pixbuf-sys/Cargo.toml

-65
This file was deleted.

tests/sys/gio-sys/Cargo.toml

-105
This file was deleted.

tests/sys/gir-gdk-pixbuf.toml

-12
This file was deleted.

tests/sys/gir-gio.toml

-11
This file was deleted.

0 commit comments

Comments
 (0)