Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit a7fbb77

Browse files
committed
fix failfast
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent effde54 commit a7fbb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test-optimize.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
test_name: "PR-test"
4646
- test_branch: "main"
4747
test_name: "baseline"
48-
fail-fast: true
48+
fail-fast: false
4949
name: optimize-unit-test-${{ matrix.test_name }}
5050
steps:
5151
- name: Docker Clean Up

0 commit comments

Comments
 (0)