Skip to content

Commit 9ad7431

Browse files
committed
build: change build config
1 parent 1532fcc commit 9ad7431

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
export CARGO_INCREMENTAL=0
4141
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
4242
export RUSTDOCFLAGS="-Cpanic=abort"
43-
cargo build --features full --verbose $CARGO_OPTIONS
44-
cargo test --features full --verbose $CARGO_OPTIONS
43+
cargo build --verbose $CARGO_OPTIONS
44+
cargo test --verbose $CARGO_OPTIONS
4545
zip -0 ccov.zip `find . \( -name "htmlentity*.gc*" \) -print`;
4646
./grcov ccov.zip -s . -t lcov --llvm --branch --ignore-not-existing --ignore "/*" -o lcov.info;
4747
bash <(curl -s https://codecov.io/bash) -f lcov.info;

codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ignore:
2-
- src/wasm.rs
2+
- src/main.rs

0 commit comments

Comments
 (0)