Skip to content

Commit 8edf873

Browse files
committed
Remove debug env
1 parent 5293db9 commit 8edf873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ jobs:
11951195
name: Install grcov
11961196
command: |
11971197
rustup component add llvm-tools-preview
1198-
LD_DEBUG=all cargo install grcov --locked
1198+
cargo install grcov --locked
11991199
- run:
12001200
name: Run tests with coverage
12011201
command: |

0 commit comments

Comments
 (0)