Skip to content

Commit 8ca49a6

Browse files
committed
DEBUG run all tests 4x
1 parent e2147d4 commit 8ca49a6

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/push.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,21 @@ jobs:
162162
uses: ./.github/actions/install-linux
163163
- name: Setup
164164
uses: ./.github/actions/setup-x64
165-
- name: Test
165+
- name: Test 1
166166
uses: ./.github/actions/test-linux
167-
- name: Test Tracing JIT
167+
- name: Test 2
168+
uses: ./.github/actions/test-linux
169+
- name: Test 3
170+
uses: ./.github/actions/test-linux
171+
- name: Test 4
172+
uses: ./.github/actions/test-linux
173+
- name: Test Tracing JIT 1
174+
uses: ./.github/actions/test-linux
175+
- name: Test Tracing JIT 2
176+
uses: ./.github/actions/test-linux
177+
- name: Test Tracing JIT 3
178+
uses: ./.github/actions/test-linux
179+
- name: Test Tracing JIT 4
168180
uses: ./.github/actions/test-linux
169181
with:
170182
runTestsParameters: >-

0 commit comments

Comments
 (0)