Skip to content

Commit

Permalink
Try to directly run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 committed Mar 20, 2024
1 parent 076fba9 commit f5fce3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.57.0]
rust: [1.56.0]
features: ["+avx2", "+sse2"]
env:
RUSTFLAGS: "-C target-feature=${{matrix.features}}"
Expand Down Expand Up @@ -122,12 +122,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- uses: dtolnay/rust-toolchain@stable
with:
target: wasm32-unknown-unknown
- name: Run Tests
run: |
wasm-pack test --headless --chrome
wasm-pack test --headless --firefox
run: cargo check --target wasm32-unknown-unknown

miri:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ serde = { version = "1.0", optional = true }

[dev-dependencies]
serde_json = "1.0"
wasm-bindgen-test = "0.3.1"

0 comments on commit f5fce3a

Please sign in to comment.