mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
chore: prepare v0.2.1 release
This commit is contained in:
parent
1f5c4b2798
commit
c94c826307
32 changed files with 2483 additions and 382 deletions
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
|
|
@ -30,3 +30,29 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: cargo test
|
||||
|
||||
- name: Package
|
||||
run: cargo package --locked
|
||||
|
||||
- name: Install Smoke
|
||||
run: |
|
||||
root="$(mktemp -d)"
|
||||
cargo install --path . --locked --root "$root"
|
||||
"$root/bin/idx" version
|
||||
scripts/live-smoke.sh --bin "$root/bin/idx" --no-build --mode mock
|
||||
|
||||
nix:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v30
|
||||
|
||||
- name: Build default package
|
||||
run: nix build .#default
|
||||
|
||||
- name: Run default app
|
||||
run: nix run .#default -- version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue