Skip to content

Commit 26981f3

Browse files
committed
Test features in CI
1 parent ae91c48 commit 26981f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- name: Install Rust (rustup)
3434
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
3535
shell: bash
36-
- run: cargo test --no-default-features --locked
37-
- run: cargo test
36+
- run: cargo test --locked
37+
- run: cargo test --features https,ssh
3838
- run: cargo run -p systest
3939
- run: cargo test -p git2-curl
4040

0 commit comments

Comments
 (0)