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: run cargp pgrx test
tsiry-sandratraina.com
8 months ago
2984631c
1ceb187c
+4
-2
2 changed files
expand all
collapse all
unified
split
.github
workflows
ci.yml
.tangled
workflows
ci.yml
+1
-1
.github/workflows/ci.yml
···
27
27
run: |
28
28
cargo install --locked cargo-pgrx
29
29
cargo pgrx init
30
30
-
cargo test
30
30
+
cargo pgrx test
+3
-1
.tangled/workflows/ci.yml
···
5
5
dependencies:
6
6
nixpkgs:
7
7
- cargo
8
8
+
- cargo-pgrx
8
9
- rustc
9
10
- rustfmt
10
11
···
14
15
cargo fmt --all --check
15
16
- name: "cargo test"
16
17
command: |
17
17
-
cargo test
18
18
+
cargo pgrx init
19
19
+
cargo pgrx test