Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adwhit committed May 31, 2023
1 parent 7584a1c commit 3f63346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ jobs:
cd tests_with_diesel_cli
# with default schema
diesel setup
diesel migration run
cargo test
rm -rf src/schema.rs
diesel migration revert
rm src/schema.rs diesel.toml
# create a custom schema
diesel migration run --config-file custom.diesel.toml
Expand Down

0 comments on commit 3f63346

Please sign in to comment.