Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Dec 13, 2024
1 parent 0b1957f commit 9c8af33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ defaults:
shell: bash -euxo pipefail {0}
jobs:
build:
strategy:
matrix:
build-type: [release,debug]
uses: ./.github/workflows/build.yml
with:
build-type: ${{matrix.build-type}}

conclusion:
if: always()
Expand Down

0 comments on commit 9c8af33

Please sign in to comment.