From 3caacf2709391d2d7c36e023c692088941faf05f Mon Sep 17 00:00:00 2001 From: Weijun-H Date: Wed, 9 Oct 2024 23:31:18 +0800 Subject: [PATCH] fix: CI --- .github/workflows/test-pg_analytics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pg_analytics.yml b/.github/workflows/test-pg_analytics.yml index 6cebe9f4..ea4718b1 100644 --- a/.github/workflows/test-pg_analytics.yml +++ b/.github/workflows/test-pg_analytics.yml @@ -132,7 +132,7 @@ jobs: echo "" echo "Enabling code coverage..." - echo -e "\n# Enable code coverage on Linux only, for CI builds\n[target.'cfg(target_os=\"linux\")']\nrustflags = [\"-Cinstrument-coverage\"]" >> .cargo/config.toml + echo -e "\n# Enable code coverage on Linux only, for CI builds\n[target.'cfg(target_os=\"linux\")']\nrustflags = [\"-Cinstrument-coverage\"]" >> ../.cargo/config.toml mkdir -p target/coverage target/coverage-report echo ""