Skip to content

Commit

Permalink
ci: temporary disable move-cli tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rqnsom committed May 17, 2024
1 parent 919619d commit 3e8b484
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-move-packages-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
- name: Build move-cli
run: cargo build --release -p move-cli

- name: Run move-cli tests
run: cargo test -p move-cli
# tmp until the issue is resolved
#- name: Run move-cli tests
# run: cargo test -p move-cli

0 comments on commit 3e8b484

Please sign in to comment.