Skip to content

Commit

Permalink
Added the other build types
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMatt committed Mar 22, 2024
1 parent f82b16f commit 47c9722
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,24 @@ jobs:
- name: Build
run: cargo build --verbose

build-python-bindings:
runs-on: ubunut-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: make python-bindings-release

build-python-bindings:
runs-on: ubunut-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: make wasm-bindings

test-all:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 47c9722

Please sign in to comment.