Skip to content

Commit

Permalink
CI/CD fixes (#1)
Browse files Browse the repository at this point in the history
* Try again

* Try again

* Disable cargo tests for now, we'll rely on just the python test

---------

Co-authored-by: David Maxson <david.maxson@rearc.io>
  • Loading branch information
scnerd and scnerd authored Aug 30, 2024
1 parent f526c6f commit f3c6103
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- dev

jobs:
pre-commit:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- dev
tags:
- '*'
pull_request:
Expand All @@ -32,10 +33,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo test --release
- run: pip install maturin
- run: pip install -e .[test]
- run: pytest
# - run: cargo test

# linux:
# runs-on: ${{ matrix.platform.runner }}
Expand Down

0 comments on commit f3c6103

Please sign in to comment.