Skip to content

Commit

Permalink
added wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
eneoli committed Sep 5, 2024
1 parent 0ada978 commit 08d2176
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/automatic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ env:
CARGO_TERM_COLOR: always

jobs:
build-backend:
build-and-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install wasm-pack
run: cargo install wasm-pack
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
build-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build WASM Binary
run: wasm-pack build
- name: Install NodeJs
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 08d2176

Please sign in to comment.