File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ jobs:
123123 steps :
124124 - uses : actions/checkout@v4
125125 - uses : dtolnay/rust-toolchain@stable
126- - uses : Swatinem/rust-cache@v2
127126 - uses : extractions/setup-just@v2
128127 - name : Run journey tests
129128 run : just ci-journey-tests
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ title "gix (with repository)"
109109
110110 # for some reason, on CI the daemon always shuts down before we can connect,
111111 # or isn't actually ready despite having accepted the first connection already.
112- (not_on_ci with " git:// protocol"
112+ (with " git:// protocol"
113113 launch-git-daemon
114114 (with " version 1"
115115 it " generates the correct output" && {
@@ -278,7 +278,7 @@ title "gix commit-graph"
278278 )
279279 )
280280 fi
281- (not_on_ci with " git:// protocol"
281+ (with " git:// protocol"
282282 launch-git-daemon
283283 (with " version 1"
284284 (with " NO output directory"
You can’t perform that action at this time.
0 commit comments