We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6a981 commit 2a3b8adCopy full SHA for 2a3b8ad
.github/workflows/ci.yml
@@ -9,6 +9,7 @@ on:
9
env:
10
CARGO_NET_RETRY: 10
11
RUSTUP_MAX_RETRIES: 10
12
+ PROPTEST_CASES: 64
13
14
jobs:
15
rustfmt:
@@ -181,6 +182,8 @@ jobs:
181
182
cross-tests:
183
name: "${{ matrix.target_feature }} on ${{ matrix.target }} (via cross)"
184
runs-on: ubuntu-latest
185
+ env:
186
+ PROPTEST_CASES: 16
187
strategy:
188
fail-fast: false
189
@@ -247,6 +250,8 @@ jobs:
247
250
248
251
miri:
249
252
253
254
255
steps:
256
- uses: actions/checkout@v2
257
- name: Test (Miri)
Cross.toml
@@ -0,0 +1,2 @@
1
+[build.env]
2
+passthrough = ["PROPTEST_CASES"]
0 commit comments