Skip to content

Commit

Permalink
ci(cypress): reduce cargo build jobs to 3 (#6453)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate authored Oct 28, 2024
1 parent 0e49781 commit 7fe22e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress-tests-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Build project
if: ${{ env.RUN_TESTS == 'true' }}
run: cargo build --package router --bin router --jobs 4
run: cargo build --package router --bin router --jobs 3

- name: Setup Local Server
if: ${{ env.RUN_TESTS == 'true' }}
Expand Down

0 comments on commit 7fe22e0

Please sign in to comment.