We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb5668 commit 0250d52Copy full SHA for 0250d52
.github/workflows/test.yml
@@ -6,6 +6,8 @@ jobs:
6
build_and_test:
7
name: integer-encoding-rs
8
strategy:
9
+ fail-fast: false
10
+ matrix:
11
features: ["tokio_async", "futures_async", ""]
12
platform: [ubuntu-latest, windows-latest, macos-latest]
13
runs-on: ${{ matrix.platform }}
0 commit comments