Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit e5ac7d3

Browse files
committed
ci: use new bulloak-toolchain action
1 parent 913b536 commit e5ac7d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ jobs:
116116

117117
- name: Run Bulloak check
118118
if: steps.cache-step.outputs.cache-status != 'primary' && matrix.test-type == 'integration'
119-
uses: "smol-ninja/bulloak-toolchain@v1"
119+
uses: "PaulRBerg/bulloak-toolchain@refactor/setup-rust-toolchain"
120120
with:
121121
skip-modifiers: true
122-
tree-path: ${{ matrix.workspace }}/tests/${{ matrix.test-type }}
122+
test-dir: ${{ matrix.workspace }}/tests/${{ matrix.test-type }}
123123

124124
- name: Run tests
125125
if: steps.cache-step.outputs.cache-status != 'primary'

0 commit comments

Comments
 (0)