Skip to content

Commit

Permalink
test all
Browse files Browse the repository at this point in the history
  • Loading branch information
enoldev committed Jan 17, 2025
1 parent 12c6c7a commit 58b6ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestIntegration(t *testing.T) {
explorerApiKeyEnvName string
apiKeyNeeded bool
}{
/*{
{
name: "evm-events-calls",
stateFile: "./evm-events-calls/generator.json",
explorerApiKeyEnvName: "CODEGEN_MAINNET_API_KEY",
Expand Down Expand Up @@ -76,11 +76,11 @@ func TestIntegration(t *testing.T) {
{
name: "sol-anchor-orca",
stateFile: "./sol-anchor/orca.json",
},*/
},
{
name: "sol-anchor-pump-fun",
stateFile: "./sol-anchor/pump-fun.json",
},/*
},
{
name: "sol-anchor-jupiter-governance",
stateFile: "./sol-anchor/jupiter-governance.json",
Expand Down Expand Up @@ -108,7 +108,7 @@ func TestIntegration(t *testing.T) {
{
name: "sol-anchor-sanctum.json",
stateFile: "./sol-anchor/sanctum.json",
},*/
},
}

var zlog, _ = logging.RootLogger("test", "test")
Expand Down

0 comments on commit 58b6ebd

Please sign in to comment.