Skip to content

Commit

Permalink
Remove directory more aggressively (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 5, 2024
1 parent 06e4c07 commit 1a97a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install pgrx
run: cargo install cargo-pgrx --locked --version "$(make pgrx-version)"
- name: Remove Data Diretory
run: rm -rf target/pgrx-test-data-${{ matrix.pg }}
- name: Initialize pgrx
run: cargo pgrx init --pg${{ matrix.pg }}="$(which pg_config)"
- name: Run the tests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
test:
@cargo test --all --no-default-features --features "pg$(PGV) pg_test" -- --nocapture

.PHONY: install-check # An alias for the test target
.PHONY: install-check # An alias for the test target for PGXS compatability.
install-check: test

.PHONY: cover # Run cover tests and generate & open a report.
Expand Down

0 comments on commit 1a97a32

Please sign in to comment.