mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
enable test_regress in CI
This commit is contained in:
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@@ -27,4 +27,4 @@ jobs:
|
||||
|
||||
- name: Run test
|
||||
run: |
|
||||
cargo test --test test_pageserver -- --nocapture
|
||||
cargo test --test test_pageserver -- --nocapture --test-threads=1
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user