From 2b8c2c2d1db2b0a8a51534ccd8d8ca7f246d5630 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 19 Mar 2024 11:57:56 -0700 Subject: [PATCH] minor updates --- .github/workflows/presubmit.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 1879f2f9..49925cab 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -7,6 +7,7 @@ on: [push, pull_request] jobs: build: + name: Build all specs runs-on: ubuntu-latest steps: @@ -30,9 +31,9 @@ jobs: run: | git describe --tags --dirty - - name: Generate all specs + - name: Generate core specs run: | - make -O -j 5 api c env ext cxx4opencl + make -O -j5 api c env ext cxx4opencl - name: Generate extension specs run: | @@ -40,7 +41,7 @@ jobs: - name: Generate reference pages run: | - make -O -j 5 manhtmlpages + make -O -j manhtmlpages - name: Validate XML run: |