Compare commits
No commits in common. "38c22f302fef5bf64b09b46e4fd14fb62121c7dc" and "3dc294206651f1656f16fe6aac164991eaf2ef2b" have entirely different histories.
38c22f302f
...
3dc2942066
1 changed files with 14 additions and 3 deletions
|
@ -51,6 +51,17 @@ jobs:
|
|||
- name: Set up Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Build Rust code
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
maturin develop
|
||||
run: maturin develop
|
||||
|
||||
test-rust:
|
||||
name: Test Rust
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Set up Python toolchain
|
||||
uses: actions/setup-python@v5
|
||||
- name: Run Rust tests
|
||||
run: cargo test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue