Skip to content

Commit

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

macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run ci-asm
run: make ci-asm
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ jobs:
echo "Uploaded code coverage"
displayName: Run code coverage
- job: OSXCI
pool:
vmImage: 'macOS-11'
steps:
- template: devtools/azure/osx-dependencies.yml
- script: make ci-asm
displayName: Run unit tests

- job: WinCI
pool:
vmImage: 'windows-2019'
Expand Down

0 comments on commit a693a8b

Please sign in to comment.