Skip to content

Commit 693ca82

Browse files
update forester ci workflow
1 parent 68d6241 commit 693ca82

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

.github/workflows/forester-tests.yml

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -38,38 +38,14 @@ jobs:
3838
test-name:
3939
[
4040
{
41-
name: "e2e",
42-
command: "test_state_indexer_async_batched",
41+
name: "e2e (legacy)",
42+
command: "test_e2e_v1",
4343
timeout: 60,
4444
needs-test-program: false,
4545
},
4646
{
47-
name: "address-batched",
48-
command: "test_address_batched",
49-
timeout: 60,
50-
needs-test-program: true,
51-
},
52-
{
53-
name: "state-batched",
54-
command: "test_state_batched",
55-
timeout: 60,
56-
needs-test-program: false,
57-
},
58-
{
59-
name: "state-photon-batched",
60-
command: "test_state_indexer_batched",
61-
timeout: 60,
62-
needs-test-program: false,
63-
},
64-
{
65-
name: "2-foresters",
66-
command: "test_epoch_monitor_with_2_foresters",
67-
timeout: 60,
68-
needs-test-program: false,
69-
},
70-
{
71-
name: "double-registration",
72-
command: "test_epoch_double_registration",
47+
name: "e2e",
48+
command: "test_e2e_v2",
7349
timeout: 60,
7450
needs-test-program: false,
7551
},

0 commit comments

Comments
 (0)