Skip to content

Commit

Permalink
Add full low-memory-test (microsoft#1706)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
  • Loading branch information
Alan-Jowett authored Feb 7, 2023
1 parent c4f8f96 commit 31f4bbc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,19 @@ jobs:
with:
build_artifact: Build-x64-CodeQl
build_codeql: true


# Run the complete low memory simulator in GitHub.
# Runs on a schedule as this takes a long time to run.
low_memory_full:
needs: regular
if: github.event_name == 'schedule'
uses: ./.github/workflows/reusable-test.yml
with:
name: low_memory_full
test_command: .\unit_tests.exe
build_artifact: Build-x64
environment: windows-2019
code_coverage: false
gather_dumps: true
low_memory: true

0 comments on commit 31f4bbc

Please sign in to comment.