Skip to content

Commit

Permalink
Use mitosis crate to run replay test on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinling committed Jun 14, 2024
1 parent 8120c1e commit e71bf23
Show file tree
Hide file tree
Showing 5 changed files with 292 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['macos-latest', 'ubuntu-22.04', 'windows-latest']
rust: ['stable', '1.57']
os: ['macos-latest'] #, 'ubuntu-22.04', 'windows-latest']
rust: ['stable'] #, '1.57']

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
run: echo "$env:VCPKG_DEFAULT_BINARY_CACHE/../vcpkg_installed/x64-windows/bin" | Out-File -FilePath $env:GITHUB_PATH -Append
if: matrix.os == 'windows-latest'

- uses: Swatinem/rust-cache@v2
# - uses: Swatinem/rust-cache@v2

- name: Build
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit e71bf23

Please sign in to comment.