Skip to content

Commit 8aba616

Browse files
committed
separate chaos tests
1 parent 6e33731 commit 8aba616

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- path: framework
1717
vm: ubuntu-latest
1818
regex: TestSmoke
19+
- path: framework
20+
vm: ubuntu-latest
21+
regex: TestChaos
1922
- path: framework
2023
vm: ubuntu-latest
2124
regex: TestPrometheus

framework/chaos/chaos_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/smartcontractkit/chainlink-testing-framework/framework/rpc"
1111
)
1212

13-
func TestSmokeChaos(t *testing.T) {
13+
func TestChaos(t *testing.T) {
1414
c, err := rpc.StartAnvil([]string{"--balance", "1", "--block-time", "5"})
1515
require.NoError(t, err)
1616

0 commit comments

Comments
 (0)