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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
with:
workspaces: dpp-engine
- name: Install cargo-nextest
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12
with:
tool: nextest
# Run first, and as its own step, so "the API description no longer
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
with:
workspaces: dpp-engine
- name: Install cargo-nextest
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12
with:
tool: nextest
- name: Create results dir
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
working-directory: dpp-engine
run: bash scripts/check-audit-register.test.sh
- name: Install cargo-deny
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12
with:
tool: cargo-deny
- name: cargo deny (bans, licenses, sources)
Expand All @@ -492,7 +492,7 @@ jobs:
with:
workspaces: dpp-engine
- name: Install cargo-nextest
uses: taiki-e/install-action@84f5ac3124727fb3d284d4d22ee9ab3654fd09a6 # v2.87.7
uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2.87.12
with:
tool: nextest
- name: PostgreSQL integration tests (check + clippy + pg_integration)
Expand Down
Loading