Skip to content

Commit

Permalink
Using github actions to rewrite: LinuxSpawnStackCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 19, 2023
1 parent fde4649 commit 7f5fba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
run: make ci-generated
- name: Run ci-asm
run: make ci-asm
- name: Run spawn tests in release
run: cargo test test_spawn --release --features=asm -- --nocapture
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ variables:

jobs:

- 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 7f5fba2

Please sign in to comment.