We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732ef48 commit 1b0a8ffCopy full SHA for 1b0a8ff
.github/workflows/framework-golden-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
config: smoke.toml
23
count: 1
24
timeout: 10m
25
- - name: TestSmokeSolana
+ - name: TestSolanaSmoke
26
config: smoke_solana.toml
27
28
framework/examples/myproject/smoke_solana_test.go
@@ -16,7 +16,7 @@ type CfgSolana struct {
16
NodeSet *ns.Input `toml:"nodeset" validate:"required"`
17
}
18
19
-func TestSmokeSolana(t *testing.T) {
+func TestSolanaSmoke(t *testing.T) {
20
in, err := framework.Load[CfgSolana](t)
21
require.NoError(t, err)
0 commit comments