Skip to content

Commit 82c8534

Browse files
committed
chore: have CI check build with nightly features
1 parent d7e6bca commit 82c8534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/simba-ci-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: cargo build;
2929
- name: Build all features except libm
3030
run: cargo build --features wide,rkyv-serialize,serde_serialize,partial_fixed_point_support;
31+
- name: Build all features
32+
run: cargo +nightly build --all-features
3133
build-wasm:
3234
runs-on: ubuntu-latest
3335
steps:

0 commit comments

Comments
 (0)