Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 4141cdb

Browse files
Joonas Koivunenaphelionz
authored andcommitted
fix: build examples and tests on non-cross platforms
1 parent 97b5817 commit 4141cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Build
9898
if: matrix.platform.cross == false
99-
run: cargo build --workspace
99+
run: cargo build --workspace --tests --examples
100100

101101
- name: Build android
102102
if: contains(matrix.platform.target, 'android')

0 commit comments

Comments
 (0)