Skip to content

Commit

Permalink
Using github actions to rewrite: LinuxCIASMChaos
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 19, 2023
1 parent 37b5e05 commit f9690a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: make ci
- name: Run ci-asm
run: make ci-asm
- name: Run ci-asm-chaos
run: make ci-asm-chaos
- name: Run spawn tests in release
run: cargo test test_spawn --release --features=asm -- --nocapture

Expand All @@ -51,5 +53,6 @@ jobs:
- name: Run ci-asm
shell: pwsh
run: |
$env:path+="C:\Users\runneradmin\scoop\shims"
$env:path="C:\Users\runneradmin\scoop\apps\llvm\current;"+$env:path
$env:path="C:\Users\runneradmin\scoop\apps\yasm\current;"+$env:path
make ci-asm
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: LinuxCIASMChaos
pool:
vmImage: 'ubuntu-20.04'
steps:
- template: devtools/azure/linux-dependencies.yml
- script: make ci-asm-chaos
displayName: Run ci-asm-chaos

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

0 comments on commit f9690a0

Please sign in to comment.