Skip to content

Commit cf2106a

Browse files
committed
Run fuzzer only 1.58.0
Known issue throughout rust-bitcoin ecosystem
1 parent 6f540fb commit cf2106a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13-
- rust: stable
13+
- rust: 1.58.0
1414
env:
1515
DO_FUZZ: true
16+
- rust: stable
17+
env:
1618
DO_INTEGRATION: true
1719
- rust: beta
1820
env:

0 commit comments

Comments
 (0)