Skip to content

Commit

Permalink
Working on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarMatt committed Mar 22, 2024
1 parent 47c9722 commit eea7c81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
env:
CARGO_TERM_COLOR: always

defaults:
run:
shell: bash

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,7 +32,7 @@ jobs:
- name: Build
run: make python-bindings-release

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

steps:
Expand All @@ -47,7 +51,6 @@ jobs:
- uses: actions/checkout@v3

- name: Run tests
shell: bash
run: make run-all-tests
env:
RSCEL_TEST_PROTO: 1
Expand Down

0 comments on commit eea7c81

Please sign in to comment.