diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 8dde424c8e..1e61f92adb 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -117,7 +117,7 @@ jobs: - name: Build greptime binaries shell: bash # `cargo gc` will invoke `cargo build` with specified args - run: cargo gc -- --bin greptime --bin sqlness-runner --features "pg_kvbackend,mysql_kvbackend" + run: cargo build --bin greptime --bin sqlness-runner --features "pg_kvbackend,mysql_kvbackend" - name: Pack greptime binaries shell: bash run: | @@ -808,7 +808,7 @@ jobs: - name: Setup external services working-directory: tests-integration/fixtures run: ../../.github/scripts/pull-test-deps-images.sh && docker compose up -d --wait - + - name: Run nextest cases run: cargo llvm-cov nextest --workspace --lcov --output-path lcov.info -F dashboard -F pg_kvbackend -F mysql_kvbackend env: