Skip to content

Commit

Permalink
embed more configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jun 26, 2024
1 parent 6e27322 commit c6c0ad6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration-tests/testconfig/configs_embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ import "embed"

//go:embed default.toml
//go:embed automation/automation.toml
//go:embed forwarder_ocr/forwarder_ocr.toml
//go:embed forwarder_ocr2/forwarder_ocr2.toml
//go:embed functions/functions.toml
//go:embed keeper/keeper.toml
//go:embed log_poller/log_poller.toml
//go:embed node/node.toml
//go:embed ocr/ocr.toml
//go:embed ocr2/ocr2.toml
//go:embed vrf/vrf.toml
//go:embed vrfv2/vrfv2.toml
//go:embed ocrvrfv2/ocrvrfv2.toml
//go:embed vrfv2plus/vrfv2plus.toml
var embeddedConfigsFs embed.FS

Expand Down

0 comments on commit c6c0ad6

Please sign in to comment.