Skip to content

Commit

Permalink
ci: fuck this fucking non-working wasm test
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Aug 15, 2024
1 parent a334f17 commit 953ea65
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 150 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,3 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Test ${{matrix.os}}
run: cargo test --workspace --all-features --no-fail-fast
wasm-testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: jetli/[email protected]
- name: Add wasm32 target
run: rustup target add wasm32-unknown-unknown
- name: Test in headless Chrome
run: wasm-pack test --headless --chrome commit_verify
132 changes: 0 additions & 132 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ commit_verify = { version = "0.11.0-beta.6", path = "./commit_verify", default-f
single_use_seals = { version = "0.11.0-beta.6", path = "./single_use_seals" }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2"
rand = "0.8.4"
getrandom = { version = "0.2", features = ["js"] }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"

[features]
default = ["derive"]
all = ["serde", "rand", "async", "stl"]
Expand Down

0 comments on commit 953ea65

Please sign in to comment.