Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Run cargo clippy
run: cargo clippy --all-targets --all-features -- --deny warnings
clippy-python:
Expand All @@ -32,7 +32,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Run cargo clippy
run: cargo clippy --all-targets -F python -- --deny warnings
fmt:
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Run cargo fmt
run: cargo fmt --all -- --check
check-python:
Expand All @@ -56,7 +56,7 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Run cargo fmt
run: cargo check --all-targets -F python
test:
Expand All @@ -72,6 +72,6 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- name: Cache dependencies
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- name: Run cargo test
run: cargo test --locked