Skip to content

Commit fd975c7

Browse files
committed
chore(ci): test git2 sha256 support
This also run systest first, so we can dicover bindding mismatch before
1 parent 95a6194 commit fd975c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ 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 --locked
37-
- run: cargo test --features https,ssh
3836
- run: cargo run -p systest
3937
- run: cargo run -p systest --features unstable-sha256
38+
- run: cargo test --locked
39+
- run: cargo test --features https,ssh
40+
- run: cargo test --features unstable-sha256
4041
- run: cargo test -p git2-curl
4142

4243
rustfmt:

0 commit comments

Comments
 (0)