Skip to content

Commit

Permalink
Add bincode test
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
antiguru committed Apr 4, 2024
1 parent 7b2581d commit afe6ef2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,20 @@ jobs:
toolchain:
- stable
- 1.72
name: cargo test on ${{ matrix.os }}, rust ${{ matrix.toolchain }}
include:
- feature: default
- os: ubuntu
toolchain: stable
feature: bincode
name: cargo test on ${{ matrix.os }}, rust ${{ matrix.toolchain }}, feature ${{ matrix.feature }}
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- name: Cargo test
run: cargo test
- name: Cargo test bincode
run: cargo test --features bincode
run: cargo test --features ${{ matrix.feature }}

# Check mdbook
mdbook:
Expand Down

0 comments on commit afe6ef2

Please sign in to comment.