mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
ci: run CI with all features
This commit is contained in:
parent
6ee247a61e
commit
62f7eef835
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,5 +24,5 @@ jobs:
|
|||
- uses: arduino/setup-protoc@v2
|
||||
- uses: actions/checkout@v3
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test --verbose
|
||||
- run: cargo build --verbose --all-features
|
||||
- run: cargo test --verbose --all-features
|
||||
|
|
Loading…
Reference in a new issue