File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
framework/components/blockchain Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments