Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Jan 18, 2024
1 parent 7c72b2b commit d731353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- uses: nanasess/setup-chromedriver@480d644e773cd6d53e4cb76557c8ad5e5806d7da
- run: sudo Xvfb -ac :0 -screen 0 1280x1024x24 > /dev/null 2>&1 &

# Install wasm32-unknown-unknown nightly
- run: rustup target add wasm32-unknown-unknown

# Run the tests
- run: cargo test --target wasm32-unknown-unknown
- run: cargo run --example basic --target wasm32-unknown-unknown

0 comments on commit d731353

Please sign in to comment.