Skip to content

Commit

Permalink
cargo install locked
Browse files Browse the repository at this point in the history
  • Loading branch information
tangbo committed May 20, 2024
1 parent 8b78876 commit df80c37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/call-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: setup tools
run: |
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest --locked
lint:
needs: [setup]
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

- name: setup tools
run: |
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest --locked
- name: lint
run: |
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:

- name: setup tools
run: |
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest --locked
- name: test
run: |
Expand Down
2 changes: 1 addition & 1 deletion templates/rust/extra.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: setup tools
run: |
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest
cargo install cargo-audit cargo2junit cargo-tarpaulin cargo-nextest --locked
{% endraw %}
{%- endset %}

Expand Down

0 comments on commit df80c37

Please sign in to comment.