There was an error while loading. Please reload this page.
1 parent 913b536 commit e5ac7d3Copy full SHA for e5ac7d3
1 file changed
.github/workflows/ci.yml
@@ -116,10 +116,10 @@ jobs:
116
117
- name: Run Bulloak check
118
if: steps.cache-step.outputs.cache-status != 'primary' && matrix.test-type == 'integration'
119
- uses: "smol-ninja/bulloak-toolchain@v1"
+ uses: "PaulRBerg/bulloak-toolchain@refactor/setup-rust-toolchain"
120
with:
121
skip-modifiers: true
122
- tree-path: ${{ matrix.workspace }}/tests/${{ matrix.test-type }}
+ test-dir: ${{ matrix.workspace }}/tests/${{ matrix.test-type }}
123
124
- name: Run tests
125
if: steps.cache-step.outputs.cache-status != 'primary'
0 commit comments