We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693a285 commit a4bc092Copy full SHA for a4bc092
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: cargo clippy --workspace --all-targets --all-features
41
42
wasm-check:
43
- name: WASM walletkit-db compile check
+ name: WASM walletkit compile check
44
runs-on: ubuntu-latest
45
permissions:
46
contents: read
@@ -72,7 +72,7 @@ jobs:
72
llvm-ar-18 --version | head -n1
73
74
- name: Run WASM compile check
75
- run: cargo check -p walletkit-db --target wasm32-unknown-unknown
+ run: cargo check -p walletkit --target wasm32-unknown-unknown
76
77
swift-build-and-test:
78
name: Swift Build & Foreign Binding Tests
0 commit comments