Skip to content

Commit

Permalink
Tried adding MacOS testing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FractalFir authored Feb 19, 2024
1 parent 9ef552a commit e50a1d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,24 @@ jobs:
run: ilasm --version
- name: Run cargo tests
run: cargo test --verbose ::stable
macos_test:

runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
#- name: Install ILASM
#run: dotnet add package Microsoft.NETCore.ILAsm --version 8.0.0
- name: Check ILASM
run: ilasm --version
- name: Run cargo tests
run: cargo test --verbose ::stable



0 comments on commit e50a1d1

Please sign in to comment.