Skip to content

Commit

Permalink
Correctly configure matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Sep 30, 2022
1 parent ecb5668 commit 0250d52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
build_and_test:
name: integer-encoding-rs
strategy:
fail-fast: false
matrix:
features: ["tokio_async", "futures_async", ""]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 0250d52

Please sign in to comment.