Skip to content

Commit

Permalink
fix: skip .exec_migrations in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Jun 6, 2024
1 parent f2b2c6a commit 4b87d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cala-ledger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! async fn init_cala(journal_id: JournalId) -> anyhow::Result<CalaLedger, anyhow::Error> {
//! let cala_config = CalaLedgerConfig::builder()
//! .pg_con("postgres://user:password@localhost:5432/pg")
//! .exec_migrations(true)
//! // .exec_migrations(true) # commented out for execution in CI
//! .build()?;
//! let cala = CalaLedger::init(cala_config).await?;
//!
Expand Down

0 comments on commit 4b87d74

Please sign in to comment.