Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
begelundmuller committed Sep 26, 2023
1 parent 040a8ae commit 523afec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/runtime/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"golang.org/x/sync/errgroup"

// Load connectors and reconcilers for runtime
_ "github.com/rilldata/rill/runtime/drivers/azure"
_ "github.com/rilldata/rill/runtime/drivers/athena"
_ "github.com/rilldata/rill/runtime/drivers/azure"
_ "github.com/rilldata/rill/runtime/drivers/bigquery"
_ "github.com/rilldata/rill/runtime/drivers/druid"
_ "github.com/rilldata/rill/runtime/drivers/duckdb"
Expand Down

0 comments on commit 523afec

Please sign in to comment.