Skip to content

Commit

Permalink
Try single-threaded build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaras committed Aug 18, 2023
1 parent bbf580f commit fadfb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
# Restore from the most recent cache that matches a shared prefix of the key
restore-keys: ${{ env.VER_CACHE_KEY_SHARED }}
- name: Build with cargo
run: python x.py build --all
run: python x.py build --all --jobs 1
- name: Run cargo tests
run: python x.py test --all
- name: Run a subset of tests with Carbon
Expand Down

0 comments on commit fadfb32

Please sign in to comment.