Skip to content

Commit

Permalink
disable openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Oct 6, 2024
1 parent cc40420 commit cb2b44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Generate code coverage
run: |
cargo lockbud -k deadlock -b -l=openssl,openssl-sys,native-tls,tokio,tokio-stream,tokio-util,ethereum_hashing
cargo lockbud -k deadlock -b -l=openssl,openssl-sys,native-tls,tokio,tokio-stream,tokio-util,ethereum_hashing,openssl-sys v0.9.103
target-branch-check:
name: target-branch-check
Expand Down

0 comments on commit cb2b44d

Please sign in to comment.