Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Bump serde_json from 1.0.132 to 1.0.133 in /pgfga #65

Bump serde_json from 1.0.132 to 1.0.133 in /pgfga

Bump serde_json from 1.0.132 to 1.0.133 in /pgfga #65

Workflow file for this run

name: pgfga pull request
on:
pull_request:
paths:
- pgfga/**
defaults:
run:
working-directory: pgfga
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install pgrx
run: cargo install cargo-pgrx --version 0.11.0 --locked
- name: Install Postgres
run: cargo pgrx init --pg15 download
- name: Run tests
run: cargo pgrx test pg15