This commit is contained in:
Conrado Gouvea 2024-03-04 18:46:58 -03:00
parent d63af0964d
commit a51a7cfe76
1 changed files with 1 additions and 2 deletions

View File

@ -38,8 +38,7 @@ jobs:
toolchain: stable
targets: thumbv6m-none-eabi
- run: cargo build -p frost-${{ matrix.crate }} --no-default-features --target thumbv6m-none-eabi
- run: cargo build -p frost-${{ matrix.crate }} --target thumbv6m-none-eabi
- 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
test_beta:
name: test on beta