Build both toolchains in 1 job + Rename toolchain build job

This commit is contained in:
abejgonzalez
2021-10-09 11:59:24 -07:00
parent 20ebcc9f1b
commit 78e733b992
5 changed files with 17 additions and 69 deletions

View File

@@ -2,10 +2,6 @@ name: run-tests
description: 'Runs tests according to input parameters'
inputs:
tools-version:
description: Which toolchain to build
required: false
default: 'riscv-tools'
group-key:
description: group key
required: true
@@ -28,7 +24,6 @@ runs:
- name: Build RTL
uses: ./.github/actions/prepare-rtl
with:
tools-version: ${{ inputs.tools-version }}
group-key: ${{ inputs.group-key }}
- name: Run RTL tests