Skip to content

Commit

Permalink
MacOS 1.55
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabrozzoni committed Oct 1, 2021
1 parent bcf5c9d commit f8069cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
toolchain:
- nightly
- 1.43
- 1.55
runs-on: macOS-latest
steps:
- name: Checkout source code
Expand All @@ -52,9 +52,9 @@ jobs:
- name: Download deps
run: brew install tor autoconf automake
- name: Build on Rust ${{ matrix.toolchain }}
run: cargo build --all-features --verbose --color always
run: cargo build --all-features -vv --color always
- name: Test on Rust ${{ matrix.toolchain }}
run: cargo test --all-features --verbose --color always
run: cargo test --all-features -vv --color always

windows-tests:
strategy:
Expand Down

0 comments on commit f8069cb

Please sign in to comment.