Skip to content

Commit 80a0161

Browse files
committed
chore(test): uncomment workflow
1 parent 08d4baf commit 80a0161

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dev-linux.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ jobs:
169169
- uses: actions/checkout@v3
170170
- uses: ./.github/actions/test_stateful_standalone_linux
171171

172+
test_stateful_cluster_linux:
173+
timeout-minutes: 20
174+
runs-on: [ self-hosted, X64, Linux, development ]
175+
needs: build_gnu
176+
steps:
177+
- uses: actions/checkout@v3
178+
- uses: ./.github/actions/test_stateful_cluster_linux
179+
172180
test_fuzz_standalone_linux:
173181
timeout-minutes: 10
174182
runs-on: [self-hosted, X64, Linux, development]

0 commit comments

Comments
 (0)