Skip to content

Commit

Permalink
Merge pull request #400 from chainbound/lore/feat/bolt-cli-commands
Browse files Browse the repository at this point in the history
feat(bolt-cli): `validators` and `operators` commands
  • Loading branch information
thedevbirb authored Nov 21, 2024
2 parents f87141b + 5521a89 commit 89253d9
Show file tree
Hide file tree
Showing 24 changed files with 1,795 additions and 630 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bolt_cli_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Bolt CLI CI

on:
push:
branches:
- unstable
- main
paths:
- "bolt-cli/**"
pull_request:
Expand Down Expand Up @@ -42,5 +45,10 @@ jobs:
with:
crate: cargo-nextest

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Run bolt-cli tests
run: cd bolt-cli && cargo nextest run --workspace --retries 3
3 changes: 3 additions & 0 deletions bolt-cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

delegations.json
pubkeys.json
!test_data/pubkeys.json

symbiotic-cli/
Loading

0 comments on commit 89253d9

Please sign in to comment.