Add the Python toolchain to Rust tests
This commit is contained in:
parent
6b929834b7
commit
e0131a1bfa
1 changed files with 4 additions and 0 deletions
|
@ -66,5 +66,9 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Set up Rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: Set up the Python toolchain
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.13"
|
||||
- name: Run Rust tests
|
||||
run: cargo test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue