Skip to content

Commit

Permalink
test(se, all): Improve test output (#4674)
Browse files Browse the repository at this point in the history
  * run schema engine tests with default log level
  * omit status output of skipped tests
  • Loading branch information
Miguel Fernández authored Jan 26, 2024
1 parent ac49383 commit c2e5bf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ threads-required = 1
# failed and retried tests.
#
# Can be overridden through the `--status-level` flag.
status-level = "all"
status-level = "pass"

# Similar to status-level, show these test statuses at the end of the run.
final-status-level = "flaky"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-schema-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ jobs:
env:
CLICOLOR_FORCE: 1
TEST_DATABASE_URL: ${{ matrix.database.url }}
RUST_LOG: debug

- run: cargo nextest run -p schema-engine-cli
if: ${{ !matrix.database.single_threaded }}
Expand Down

0 comments on commit c2e5bf2

Please sign in to comment.