We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf5c9d commit f8069cbCopy full SHA for f8069cb
.github/workflows/rust.yml
@@ -36,7 +36,7 @@ jobs:
36
matrix:
37
toolchain:
38
- nightly
39
- - 1.43
+ - 1.55
40
runs-on: macOS-latest
41
steps:
42
- name: Checkout source code
@@ -52,9 +52,9 @@ jobs:
52
- name: Download deps
53
run: brew install tor autoconf automake
54
- name: Build on Rust ${{ matrix.toolchain }}
55
- run: cargo build --all-features --verbose --color always
+ run: cargo build --all-features -vv --color always
56
- name: Test on Rust ${{ matrix.toolchain }}
57
- run: cargo test --all-features --verbose --color always
+ run: cargo test --all-features -vv --color always
58
59
windows-tests:
60
strategy:
0 commit comments