Skip to content

Commit

Permalink
Add rust toolchain to tests CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Sep 24, 2024
1 parent 9643261 commit b787c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
with:
Expand All @@ -55,6 +56,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
with:
Expand All @@ -78,6 +80,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
with:
Expand Down

0 comments on commit b787c91

Please sign in to comment.