re-run ci

This commit is contained in:
dullbananas 2024-05-23 06:44:09 -07:00 committed by GitHub
parent 0969fd3ab5
commit 64827a11fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ use std::{
}; };
// It's not possible to call `export_snapshot()` for each dump and run the dumps in parallel with the // It's not possible to call `export_snapshot()` for each dump and run the dumps in parallel with the
// `--snapshot` flag. Don't waste your time!!! // `--snapshot` flag. Don't waste your time!!!!
pub fn get_dump() -> String { pub fn get_dump() -> String {
let output = Command::new("pg_dump") let output = Command::new("pg_dump")