Skip to content

Commit 4e280f3

Browse files
authored
Removing now meaningless QW_ENV usage in github actions. (#1096)
1 parent 66a1418 commit 4e280f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,13 @@ jobs:
116116
run: pip install awscli-local
117117

118118
- name: Prepare LocalStack S3
119-
run: ./quickwit-cli/tests/prepare_tests.sh
119+
run: ./quickwit-cli/tests/prepare_tests.sh
120120

121121
- name: Generate code coverage
122122
run: |
123123
cargo +nightly llvm-cov clean --workspace
124-
QW_ENV=LOCAL cargo +nightly llvm-cov --test failpoints --no-report --features fail/failpoints
125-
QW_ENV=LOCAL cargo +nightly llvm-cov --no-report --all-features
124+
cargo +nightly llvm-cov --test failpoints --no-report --features fail/failpoints
125+
cargo +nightly llvm-cov --no-report --all-features
126126
cargo +nightly llvm-cov --no-run --lcov --output-path lcov.info
127127
128128
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)