Skip to content

Commit 732ef48

Browse files
committed
turn on CI
1 parent 097941c commit 732ef48

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
config: smoke.toml
2323
count: 1
2424
timeout: 10m
25+
- name: TestSmokeSolana
26+
config: smoke_solana.toml
27+
count: 1
28+
timeout: 10m
2529
- name: TestUpgrade
2630
config: upgrade.toml
2731
count: 1

framework/components/blockchain/blockchain.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ type Input struct {
1919

2020
// Solana fields
2121
// publickey to mint when solana-test-validator starts
22-
PublicKey string `toml:"public_key" validate:"required"`
23-
ContractsDir string `toml:"contracts_dir" validate:"required"`
22+
PublicKey string `toml:"public_key"`
23+
ContractsDir string `toml:"contracts_dir"`
2424
}
2525

2626
// Output is a blockchain network output, ChainID and one or more nodes that forms the network

0 commit comments

Comments
 (0)