Skip to content

Commit

Permalink
ci: Missed a spot
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Feb 5, 2024
1 parent 54600da commit c3ec89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
if: >
!contains(matrix.platform.target, 'redox') &&
matrix.toolchain != '1.70.0'
run: cargo $CMD test --no-run $OPTIONS --features serde
run: cargo $CMD test --no-run $OPTIONS -p winit --features serde

- name: Run tests with serde enabled
if: >
Expand Down

0 comments on commit c3ec89a

Please sign in to comment.