mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Test winit 0.22 support in CI
This commit is contained in:
parent
59c67e78f4
commit
8e5cf2c1d9
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -56,6 +56,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: check
|
command: check
|
||||||
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
||||||
|
- name: Run cargo check (imgui-winit-support with winit-22)
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: check
|
||||||
|
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22
|
||||||
- name: Run cargo fmt
|
- name: Run cargo fmt
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -164,3 +169,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20
|
||||||
|
- name: Run cargo test (imgui-winit-support with winit-22)
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test
|
||||||
|
args: --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user