1
0
Fork 0
mirror of https://codeberg.org/icewind/bitbuffer.git synced 2026-06-03 16:44:06 +02:00

test with all features

This commit is contained in:
Robin Appelman 2021-07-25 14:06:56 +02:00
commit 5ee1a124ce

View file

@ -17,6 +17,10 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: check command: check
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-features
test: test:
name: Test Suite name: Test Suite
@ -32,6 +36,7 @@ jobs:
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --all-features
fmt: fmt:
name: Rustfmt name: Rustfmt