Add lint and build actions #1
1 changed files with 3 additions and 1 deletions
|
@ -51,4 +51,6 @@ jobs:
|
|||
- name: Set up Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Build Rust code
|
||||
run: maturin develop
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
maturin develop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue