Skip to content

Commit

Permalink
loco version support local and normal
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Nov 13, 2024
1 parent aeb8e2b commit 5255d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/loco-cli-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Run cargo test
run: cargo test --all-features
run: cargo test --all-features --test-threads 1
working-directory: ./loco-new
env:
LOCO_DEV_MODE_PATH: ${{ github.workspace }}

0 comments on commit 5255d03

Please sign in to comment.