mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Replace environmental cargo_profile___ with ${{}} (#30658)
This commit is contained in:
parent
af68769007
commit
31ca45e589
5 changed files with 25 additions and 25 deletions
4
.github/workflows/mac-wpt.yml
vendored
4
.github/workflows/mac-wpt.yml
vendored
|
@ -47,11 +47,11 @@ jobs:
|
|||
python3 -m pip install --upgrade pip virtualenv
|
||||
python3 ./mach bootstrap
|
||||
- name: Smoketest
|
||||
run: python3 ./mach smoketest ${cargo_profile_option}
|
||||
run: python3 ./mach smoketest ${{ env.cargo_profile_option }}
|
||||
- name: Run tests
|
||||
run: |
|
||||
python3 ./mach test-wpt $WPT_COMMAND_LINE_ARG \
|
||||
${cargo_profile_option} --processes $(sysctl -n hw.logicalcpu) --timeout-multiplier 8 \
|
||||
${{ env.cargo_profile_option }} --processes $(sysctl -n hw.logicalcpu) --timeout-multiplier 8 \
|
||||
--total-chunks ${{ env.max_chunk_id }} --this-chunk ${{ matrix.chunk_id }} \
|
||||
--log-raw test-wpt.${{ matrix.chunk_id }}.log \
|
||||
--log-raw-unexpected unexpected-test-wpt.${{ matrix.chunk_id }}.log \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue