Skip to content

Commit 5a89c21

Browse files
committed
Fix CI config
1 parent 5b036c3 commit 5a89c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1256,9 +1256,9 @@ jobs:
12561256
cargo llvm-cov nextest --lcov --output-path lcov.info
12571257
12581258
# List of package directories and their flags
1259+
# ToDo: Re-add "core:cosmwasm-core" when enabling core coverage again
12591260
set -- \
12601261
"check:cosmwasm-check" \
1261-
#"core:cosmwasm-core" \
12621262
"crypto:cosmwasm-crypto" \
12631263
"derive:cosmwasm-derive" \
12641264
"schema:cosmwasm-schema" \

0 commit comments

Comments
 (0)