Skip to content

Commit 3babc02

Browse files
committed
fix
1 parent 67ec825 commit 3babc02

File tree

30 files changed

+2380
-6875
lines changed

30 files changed

+2380
-6875
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@ jobs:
4848
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
4949
cargo tarpaulin -v --no-fail-fast --implicit-test-threads --workspace \
5050
-e acala-inspect \
51-
acala acala-cli e2e-tests acala-service \
51+
acala acala-cli acala-service \
5252
acala-primitives \
5353
acala-rpc \
5454
acala-runtime runtime-common runtime-integration-tests karura-runtime mandala-runtime \
55-
test-service \
5655
--exclude-files **/mock.rs **/weights.rs **/weights/*
5756
- name: Upload to codecov.io
5857
uses: codecov/codecov-action@v3

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ jobs:
129129
uses: dtolnay/rust-toolchain@nightly
130130
- name: Setup cmake
131131
uses: jwlawson/actions-setup-cmake@v1.13
132-
- name: Run e2e tests
133-
run: make test-e2e
134132
- name: Use Node.js
135133
uses: actions/setup-node@v3
136134
with:

0 commit comments

Comments
 (0)