Skip to content

Commit

Permalink
Add action
Browse files Browse the repository at this point in the history
  • Loading branch information
probablykasper committed Jan 13, 2024
1 parent 011e7c0 commit ffcf3e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,20 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- run: cargo test

wasm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Rust setup
uses: dtolnay/rust-toolchain@stable

- name: Node.js setup
uses: actions/setup-node@v2
with:
node-version: 20

- run: npm install

- run: npm run build

0 comments on commit ffcf3e8

Please sign in to comment.