test-verific: Use fast runner

This commit is contained in:
Krystine Sherwin 2024-08-19 21:24:48 +12:00
parent 7f08a298a4
commit 8773cf7721
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
test-verific: test-verific:
needs: pre-job needs: pre-job
if: needs.pre-job.outputs.should_skip != 'true' if: needs.pre-job.outputs.should_skip != 'true'
runs-on: [self-hosted, linux, x64] runs-on: [self-hosted, linux, x64, fast]
steps: steps:
- name: Checkout Yosys - name: Checkout Yosys
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -75,7 +75,7 @@ jobs:
name: Generate docs artifact name: Generate docs artifact
needs: [pre-job, test-verific] needs: [pre-job, test-verific]
if: needs.pre-job.outputs.should_skip != 'true' if: needs.pre-job.outputs.should_skip != 'true'
runs-on: [self-hosted, linux, x64] runs-on: [self-hosted, linux, x64, fast]
steps: steps:
- name: Checkout Yosys - name: Checkout Yosys
uses: actions/checkout@v4 uses: actions/checkout@v4