Skip to content

Commit

Permalink
smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Nov 21, 2024
1 parent 06e2795 commit d6f55b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/smithy-polymorph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
working-directory: TestModels/SimpleTypes/SimpleString
run: make polymorph_dafny

- name: Build with all languages (smoke test for polymorph_code_gen target)
shell: bash
working-directory: TestModels/SimpleTypes/SimpleString
run: make polymorph_code_gen

- name: not-grep
if: matrix.os == 'ubuntu-latest'
uses: mattsb42-meta/[email protected]

0 comments on commit d6f55b4

Please sign in to comment.