We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e385ab6 commit a332c64Copy full SHA for a332c64
.github/workflows/main.yml
@@ -33,10 +33,11 @@ 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 --locked
37
- - run: cargo test --features https,ssh
38
- run: cargo run -p systest
39
- run: cargo run -p systest --features unstable-sha256
+ - run: cargo test --locked
+ - run: cargo test --features https,ssh
40
+ - run: cargo test --features unstable-sha256
41
- run: cargo test -p git2-curl
42
43
rustfmt:
0 commit comments