File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -23,29 +23,23 @@ jobs:
23
23
include :
24
24
- build : linux-x86_64-gnu
25
25
os : ubuntu-24.04
26
- target : x86_64-unknown-linux-gnu
27
26
cargo_flags : " --all-features"
28
27
- build : ' linux-x86_64-gnu, no git2'
29
28
os : ubuntu-24.04
30
- target : x86_64-unknown-linux-gnu
31
29
cargo_flags : " --no-default-features --features git"
32
30
# Ensure we don’t link to `libgit2`.
33
31
LIBGIT2_NO_VENDOR : 1
34
32
- build : linux-aarch64-gnu
35
33
os : ubuntu-24.04-arm
36
- target : aarch64-unknown-linux-gnu
37
34
cargo_flags : " --all-features"
38
35
- build : macos-x86_64
39
36
os : macos-14
40
- target : x86_64-apple-darwin
41
- cargo_flags : " --features vendored-openssl"
37
+ cargo_flags : " --target x86_64-apple-darwin --features vendored-openssl"
42
38
- build : macos-aarch64
43
39
os : macos-14
44
- target : aarch64-apple-darwin
45
40
cargo_flags : " "
46
41
- build : windows-x86_64
47
42
os : windows-2022
48
- target : x86_64-pc-windows-msvc
49
43
cargo_flags : " "
50
44
runs-on : ${{ matrix.os }}
51
45
81
75
run : >-
82
76
cargo build
83
77
--config .cargo/config-ci.toml
84
- --target ${{ matrix.target }}
85
78
--workspace
86
79
--all-targets
87
80
--verbose
92
85
run : >-
93
86
cargo nextest run
94
87
--config .cargo/config-ci.toml
95
- --target ${{ matrix.target }}
96
88
--workspace
97
89
--all-targets
98
90
--verbose
You can’t perform that action at this time.
0 commit comments