Skip to content

Commit

Permalink
Add release into night build (ydb-platform#11781)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Nov 20, 2024
1 parent c7e36ae commit 4be0937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_preset: ["relwithdebinfo", "release-asan"]
build_preset: ["release", "relwithdebinfo", "release-asan"]
runs-on: [ self-hosted, auto-provisioned, "${{ format('build-preset-{0}', matrix.build_preset) }}" ]
name: Build and test ${{ matrix.build_preset }}
steps:
Expand Down

0 comments on commit 4be0937

Please sign in to comment.