Try a faster runner

This commit is contained in:
Nicolas Patry 2024-09-11 12:40:28 +02:00
parent 1c296d6047
commit 8d473a568e
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -17,7 +17,9 @@ concurrency:
jobs: jobs:
run_tests: run_tests:
runs-on: ubuntu-latest runs-on:
group: aws-highmemory-32-plus-priv
env: env:
SCCACHE_GHA_ENABLED: "on" SCCACHE_GHA_ENABLED: "on"
@ -82,8 +84,8 @@ jobs:
pre-commit run --all-files pre-commit run --all-files
- name: Run Rust tests - name: Run Rust tests
run: | run: |
export LD_PRELOAD_PATH=${{ env.pythonLocation }}/lib/ export LD_LIBRARY_PATH=${{ env.pythonLocation }}/lib/
echo $LD_PRELOAD_PATH echo $LD_LIBRARY_PATH
ls ${{ env.pythonLocation }}/lib/ ls ${{ env.pythonLocation }}/lib/
cargo test cargo test
- name: sccache stats - name: sccache stats