Skip to content

Commit

Permalink
testing...
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Apr 23, 2024
1 parent ecfa66a commit 981caba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,18 @@ jobs:
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
- os: windows-latest-8-cores
target: x86_64-pc-windows-msvc
- os: macos-latest
target: x86_64-apple-darwin
# - os: windows-latest-8-cores
# target: x86_64-pc-windows-msvc
runs-on: ${{ matrix.os }}
env:
CI_TESTS: true
steps:
- uses: actions/checkout@v3
- uses: stellar/actions/rust-cache@main
- run : |
docker --version
- name: Use the minimum supported Rust version
if: matrix.rust == 'msrv'
run: |
Expand Down

0 comments on commit 981caba

Please sign in to comment.