Skip to content

Commit f8069cb

Browse files
MacOS 1.55
1 parent bcf5c9d commit f8069cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
toolchain:
3838
- nightly
39-
- 1.43
39+
- 1.55
4040
runs-on: macOS-latest
4141
steps:
4242
- name: Checkout source code
@@ -52,9 +52,9 @@ jobs:
5252
- name: Download deps
5353
run: brew install tor autoconf automake
5454
- name: Build on Rust ${{ matrix.toolchain }}
55-
run: cargo build --all-features --verbose --color always
55+
run: cargo build --all-features -vv --color always
5656
- name: Test on Rust ${{ matrix.toolchain }}
57-
run: cargo test --all-features --verbose --color always
57+
run: cargo test --all-features -vv --color always
5858

5959
windows-tests:
6060
strategy:

0 commit comments

Comments
 (0)