enable test_regress in CI

This commit is contained in:
Stas Kelvich
2021-03-31 17:01:00 +03:00
parent bef2731880
commit 9175fb5ea7
2 changed files with 1 additions and 2 deletions

View File

@@ -27,4 +27,4 @@ jobs:
- name: Run test
run: |
cargo test --test test_pageserver -- --nocapture
cargo test --test test_pageserver -- --nocapture --test-threads=1

View File

@@ -54,7 +54,6 @@ fn test_redo_cases() {
// Runs pg_regress on a compute node
#[test]
#[ignore]
fn test_regress() {
// Allocate postgres instance, but don't start
let mut compute_cplane = ComputeControlPlane::local();