Skip to content

Commit 12e2587

Browse files
committed
ci: test winit-core
1 parent c4b7119 commit 12e2587

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,16 @@ jobs:
179179
- name: Build crate
180180
run: cargo $CMD build $OPTIONS
181181

182+
- name: Test winit core
183+
run: cargo test -p winit-core
184+
182185
# Test only on Linux x86_64, so we avoid spending unnecessary CI hours.
183186
- name: Test dpi crate
184187
if: >
185188
contains(matrix.platform.name, 'Linux 64bit') &&
186189
matrix.toolchain != '1.80'
187190
run: cargo test -p dpi
188-
191+
189192
- name: Check dpi crate (no_std)
190193
if: >
191194
contains(matrix.platform.name, 'Linux 64bit') &&

0 commit comments

Comments
 (0)