Skip to content

Commit 201316a

Browse files
committed
test CI
1 parent 29986f4 commit 201316a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/nucypher-core.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
include:
3131
- target: x86_64-unknown-linux-gnu
32-
rust: 1.57 # MSRV
32+
rust: 1.63 # MSRV
3333
- target: x86_64-unknown-linux-gnu
3434
rust: stable
3535

@@ -50,11 +50,10 @@ jobs:
5050
strategy:
5151
matrix:
5252
rust:
53-
- 1.57 # MSRV
53+
- 1.63 # MSRV
5454
- stable
5555
target:
5656
- wasm32-unknown-unknown
57-
5857
steps:
5958
- uses: actions/checkout@v1
6059
- uses: actions-rs/toolchain@v1
@@ -64,7 +63,7 @@ jobs:
6463
target: ${{ matrix.target }}
6564
override: true
6665
- run: cargo install wasm-pack
67-
- run: wasm-pack test --node
66+
- run: cd ../nucypher-core-wasm && wasm-pack test --node
6867

6968
yarn-test:
7069
runs-on: ubuntu-latest

nucypher-core-wasm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ umbral-pre = { version = "0.8", features = ["bindings-wasm"] }
2323
nucypher-core = { path = "../nucypher-core" }
2424
wasm-bindgen = "0.2.74"
2525
js-sys = "0.3.51"
26-
ethereum-types = "0.12.1"
2726
console_error_panic_hook = { version = "0.1", optional = true }
2827
derive_more = { version = "0.99", default-features = false, features = ["from", "as_ref"] }
2928
wasm-bindgen-derive = "0.1"

0 commit comments

Comments
 (0)