Skip to content

Commit a4bc092

Browse files
committed
enable CI for walletkit
1 parent 693a285 commit a4bc092

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: cargo clippy --workspace --all-targets --all-features
4141

4242
wasm-check:
43-
name: WASM walletkit-db compile check
43+
name: WASM walletkit compile check
4444
runs-on: ubuntu-latest
4545
permissions:
4646
contents: read
@@ -72,7 +72,7 @@ jobs:
7272
llvm-ar-18 --version | head -n1
7373
7474
- name: Run WASM compile check
75-
run: cargo check -p walletkit-db --target wasm32-unknown-unknown
75+
run: cargo check -p walletkit --target wasm32-unknown-unknown
7676

7777
swift-build-and-test:
7878
name: Swift Build & Foreign Binding Tests

0 commit comments

Comments
 (0)