diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 8824e20cbf9..d9770846c21 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -128,9 +128,9 @@ jobs: path: build.tar retention-days: 1 - test-linux: + test-yosys: name: Run tests - needs: build-linux + needs: build-yosys runs-on: ${{ matrix.os }} env: CC: clang