Skip to content

Commit

Permalink
run tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Nov 14, 2023
1 parent 43c751f commit d2b2e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cli-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
with:
workspaces: tooling/cli

- name: build CLI
- name: test CLI
uses: actions-rs/cargo@v1
with:
command: build
command: test
args: --manifest-path ./tooling/cli/Cargo.toml

0 comments on commit d2b2e76

Please sign in to comment.