Skip to content

Commit

Permalink
CI: macOS tests (RustCrypto#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 20, 2020
1 parent 9e3f715 commit 2a6812d
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/md5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,25 @@ jobs:
- run: ${{ matrix.deps }}
- run: cargo test --target ${{ matrix.target }} --release

# macOS tests
macos:
strategy:
matrix:
toolchain:
- 1.43.0 # MSRV
- stable

runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
target: x86_64-apple-darwin
override: true
- run: cargo test --release

# Windows tests
windows:
strategy:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ jobs:
- run: ${{ matrix.deps }}
- run: cargo test --target ${{ matrix.target }} --release

# macOS tests
macos:
strategy:
matrix:
toolchain:
- 1.43.0 # MSRV
- stable

runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
target: x86_64-apple-darwin
override: true
- run: cargo test --release

# Windows tests
windows:
strategy:
Expand Down
19 changes: 19 additions & 0 deletions .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ jobs:
- run: ${{ matrix.deps }}
- run: cargo test --target ${{ matrix.target }} --release

# macOS tests
macos:
strategy:
matrix:
toolchain:
- 1.43.0 # MSRV
- stable

runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
target: x86_64-apple-darwin
override: true
- run: cargo test --release

# Windows tests
windows:
strategy:
Expand Down
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a6812d

Please sign in to comment.