mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28: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:
|
||||
command: check
|
||||
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
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@ -164,3 +169,8 @@ jobs:
|
||||
with:
|
||||
command: test
|
||||
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