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 1f3eb7a commit 16e412fCopy full SHA for 16e412f
.github/workflows/ci.yml
@@ -78,10 +78,6 @@ jobs:
78
- name: Install krb5
79
run: |
80
sudo apt install -y libkrb5-dev
81
- # dtolnay/linkme#88
82
- # rust-lang/rust#124129
83
- - name: Disable rust-lld
84
- run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zlinker-features=-lld >> $GITHUB_ENV
85
- run: cargo build --all-features --verbose
86
- name: Run tests
87
run: LLVM_PROFILE_FILE="zookeeper-client-%p-%m.profraw" cargo test --all-features --verbose -- --nocapture
0 commit comments