We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63af09 commit a51a7cfCopy full SHA for a51a7cf
.github/workflows/main.yml
@@ -38,8 +38,7 @@ jobs:
38
toolchain: stable
39
targets: thumbv6m-none-eabi
40
- run: cargo build -p frost-${{ matrix.crate }} --no-default-features --target thumbv6m-none-eabi
41
- - run: cargo build -p frost-${{ matrix.crate }} --target thumbv6m-none-eabi
42
- - run: cargo build -p frost-${{ matrix.crate }} --features serde --target thumbv6m-none-eabi
+ - run: cargo build -p frost-${{ matrix.crate }} --no-default-features --features serialization --target thumbv6m-none-eabi
43
44
test_beta:
45
name: test on beta
0 commit comments