Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal committed Jan 16, 2024
1 parent 2da26f3 commit 1ad5aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
shell: bash
run: |
docker build --build-arg PG_MAJOR_VER="${{ matrix.pg }}" -t plprql -f ".github/docker/Dockerfile.${{ matrix.container }}" .
docker run pgrx cargo test --no-default-features --features "pg${{ matrix.pg }}"
docker run plprql cargo test --no-default-features --features "pg${{ matrix.pg }}"

0 comments on commit 1ad5aa2

Please sign in to comment.