Skip to content

Commit 0250d52

Browse files
committed
Correctly configure matrix
1 parent ecb5668 commit 0250d52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
build_and_test:
77
name: integer-encoding-rs
88
strategy:
9+
fail-fast: false
10+
matrix:
911
features: ["tokio_async", "futures_async", ""]
1012
platform: [ubuntu-latest, windows-latest, macos-latest]
1113
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)