Skip to content

Commit 7b60e99

Browse files
committed
Build rust
1 parent b02be84 commit 7b60e99

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
- name: Run creation
299299
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 3
300300
shell: bash
301-
- name: Install Dependencies
301+
- name: Compile Rust
302302
working-directory: ${{ env.WORKING_DIR }}
303303
run: |
304304
uv run maturin build

.github/workflows/testing_fastapi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ jobs:
305305
- name: Run creation
306306
run: ./scripts/ci_run_fastapi.sh ${{ matrix.project_type }} 3
307307
shell: bash
308+
- name: Compile Rust
309+
working-directory: ${{ env.WORKING_DIR }}
310+
run: |
311+
.venv/bin/maturin build
308312
- name: Pre-commit check
309313
working-directory: ${{ env.WORKING_DIR }}
310314
run: |

0 commit comments

Comments
 (0)