mirror of https://github.com/YosysHQ/yosys.git
test-verific: Use fast runner
This commit is contained in:
parent
7f08a298a4
commit
8773cf7721
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue