Skip to content

Commit 24e377a

Browse files
committed
CI: Remove -C debuginfo=0 from RUSTFLAGS
Having this flag is preventing tarpaulin from providing us with test coverage reports and I can't find any documented reason for why we would need this.
1 parent 02794a3 commit 24e377a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
DATABASE_URL: postgres://postgres:postgres@localhost/cargo_registry_test
7979
TEST_DATABASE_URL: postgres://postgres:postgres@localhost/cargo_registry_test
8080
CARGO_INCREMENTAL: 0
81-
RUSTFLAGS: "-C debuginfo=0 -D warnings"
81+
RUSTFLAGS: "-D warnings"
8282
MALLOC_CONF: "background_thread:true,abort_conf:true,abort:true,junk:true"
8383

8484
services:

0 commit comments

Comments
 (0)