Skip to content

Commit

Permalink
GHA, take two
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed May 21, 2024
1 parent a774544 commit ed81ebf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ jobs:
- name: dry-run-pspamm
run: |
set +e
pspamm-generator
retcode=$?
set -e
if [ $retcode -ne 2 ] then
echo "Unexpected exit code."
exit 1
end if
echo "Success!"
pspamm-codegen-avx:
name: pspamm-codegen-avx
Expand Down

0 comments on commit ed81ebf

Please sign in to comment.