File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments