PostgreSQL extension for generating Xata-style xata_id unique identifiers (rec_<20_chars>) using Rust and pgrx.

ci: update workflow

+1 -9
+1 -9
.github/workflows/ci.yml
··· 7 7 branches: 8 8 - main 9 9 jobs: 10 - fmt: 10 + test: 11 11 runs-on: ubuntu-latest 12 12 steps: 13 13 - uses: actions/checkout@v2 14 - - name: Setup Fluent CI 15 - uses: fluentci-io/setup-fluentci@v5 16 - with: 17 - wasm: true 18 - plugin: rust 19 - args: setup 20 - env: 21 - GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} 22 14 - name: Run fmt 23 15 run: | 24 16 type cargo