We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae91c48 commit 26981f3Copy full SHA for 26981f3
.github/workflows/main.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: Install Rust (rustup)
34
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
35
shell: bash
36
- - run: cargo test --no-default-features --locked
37
- - run: cargo test
+ - run: cargo test --locked
+ - run: cargo test --features https,ssh
38
- run: cargo run -p systest
39
- run: cargo test -p git2-curl
40
0 commit comments