Skip to content

Commit a4ab1f2

Browse files
authored
fix: commit ci (#27)
1 parent 45ee41f commit a4ab1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bench_rspack_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
path: ${{ env.RSPACK_DIR }}
3939
- name: Run benchmark
40-
run: node bin/cli.js bench --shard ${{ matrix.shardIndex }}/${{ smatrix.shardTotal }}
40+
run: node bin/cli.js bench --shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
4141
- uses: actions/upload-artifact@v4
4242
with:
4343
name: benchmark-artifacts-${{ matrix.shardIndex }}-${{ matrix.shardTotal }}

0 commit comments

Comments
 (0)