Skip to content

Commit

Permalink
ci: add cli bin uni tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mpch committed Feb 28, 2025
1 parent 76dd85a commit 09ec78b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
go-version: '${{ env.GO_VERSION }}'
- name: run unit tests
run: cargo test --bin lndk
- name: run cli unit tests
run: cargo test --bin lndk-cli
- name: run integration tests
run: make itest

Expand Down

0 comments on commit 09ec78b

Please sign in to comment.