Skip to content

Commit

Permalink
test: Add ci job to run spawn tests in release mode (#372)
Browse files Browse the repository at this point in the history
Fundamentally, it really only matters to inspect stack size usage in
release builds. However, it remains a question if we want to also run
those tests using debug builds.
  • Loading branch information
xxuejie committed Jul 26, 2023
1 parent b80a0cf commit 317b416
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
- script: make ci-asm
displayName: Run ci-asm

- job: LinuxSpawnStackCheck
pool:
vmImage: 'ubuntu-20.04'
steps:
- template: devtools/azure/linux-dependencies.yml
- script: cargo test test_spawn --release --features=asm -- --nocapture
displayName: Run spawn tests

- job: LinuxCI
pool:
vmImage: 'ubuntu-20.04'
Expand Down

0 comments on commit 317b416

Please sign in to comment.