File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ jobs:
123
123
steps :
124
124
- uses : actions/checkout@v4
125
125
- uses : dtolnay/rust-toolchain@stable
126
- - uses : Swatinem/rust-cache@v2
127
126
- uses : extractions/setup-just@v2
128
127
- name : Run journey tests
129
128
run : just ci-journey-tests
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ title "gix (with repository)"
109
109
110
110
# for some reason, on CI the daemon always shuts down before we can connect,
111
111
# or isn't actually ready despite having accepted the first connection already.
112
- (not_on_ci with " git:// protocol"
112
+ (with " git:// protocol"
113
113
launch-git-daemon
114
114
(with " version 1"
115
115
it " generates the correct output" && {
@@ -278,7 +278,7 @@ title "gix commit-graph"
278
278
)
279
279
)
280
280
fi
281
- (not_on_ci with " git:// protocol"
281
+ (with " git:// protocol"
282
282
launch-git-daemon
283
283
(with " version 1"
284
284
(with " NO output directory"
You can’t perform that action at this time.
0 commit comments