Skip to content

Commit 34a414b

Browse files
authored
feat(CI): add c_header generation to regression test (#749)
Normal regression test for the new ouput. Missing on previous PR and noticed by @jordancarlin. Signed-off-by: Afonso Oliveira <Afonso.Oliveira@synopsys.com>
1 parent 741b800 commit 34a414b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/regress.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,17 @@ jobs:
173173
uses: ./.github/actions/singularity-setup
174174
- name: Generate Go code
175175
run: ./do gen:go
176+
regress-gen-c-header:
177+
runs-on: ubuntu-latest
178+
env:
179+
SINGULARITY: 1
180+
steps:
181+
- name: Clone Github Repo Action
182+
uses: actions/checkout@v4
183+
- name: singularity setup
184+
uses: ./.github/actions/singularity-setup
185+
- name: Generate c_header code
186+
run: ./do gen:c_header
176187
regress-cpp-unit:
177188
runs-on: ubuntu-latest
178189
env:

0 commit comments

Comments
 (0)