tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
xata_id_extension
1
fork
atom
PostgreSQL extension for generating Xata-style xata_id unique identifiers (rec_<20_chars>) using Rust and pgrx.
1
fork
atom
overview
issues
pulls
pipelines
ci: update workflow
tsiry-sandratraina.com
8 months ago
9e023b10
2984631c
0/1
ci.yml
failed
24s
+1
-9
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
+1
-9
.github/workflows/ci.yml
reviewed
···
7
7
branches:
8
8
- main
9
9
jobs:
10
10
-
fmt:
10
10
+
test:
11
11
runs-on: ubuntu-latest
12
12
steps:
13
13
- uses: actions/checkout@v2
14
14
-
- name: Setup Fluent CI
15
15
-
uses: fluentci-io/setup-fluentci@v5
16
16
-
with:
17
17
-
wasm: true
18
18
-
plugin: rust
19
19
-
args: setup
20
20
-
env:
21
21
-
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
14
- name: Run fmt
23
15
run: |
24
16
type cargo