Skip to content

Commit 4496785

Browse files
committed
fix: adjust reference to nox session
1 parent 472479a commit 4496785

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

{{cookiecutter.project_name}}/.github/workflows/test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
python-version-file: ".github/workflows/.python-version"
5252

5353
- name: Run Rust tests
54-
run: uvx nox -s test-rust
54+
run: uvx nox -s tests-rust

{{cookiecutter.project_name}}/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ test-rust:
264264
- curl -LsSf https://astral.sh/uv/install.sh | sh
265265
- export PATH="$PATH:/root/.cargo/bin"
266266
script:
267-
- uvx nox -s test-rust
267+
- uvx nox -s tests-rust
268268
{%- endif %}
269269

270270
# Build Stage

{{cookiecutter.project_name}}/bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pipelines:
250250
script:
251251
- curl -LsSf https://astral.sh/uv/install.sh | sh
252252
- export PATH="$PATH:/root/.cargo/bin"
253-
- uvx nox -s test-rust
253+
- uvx nox -s tests-rust
254254
{%- endif %}
255255

256256
# Pipeline for main/master branch

0 commit comments

Comments
 (0)