We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c949030 commit e51fcd0Copy full SHA for e51fcd0
gix/tests/gix/revision/spec/from_bytes/regex.rs
@@ -95,7 +95,7 @@ mod find_youngest_matching_commit {
95
fn regex_matches() {
96
let repo = repo("complex_graph").unwrap();
97
98
- // On the CI linux workflow, archived baseline aren't used - instead fixtures will be re-evaluated.
+ // On the full linux CI `test` workflow, archived baseline aren't used - instead fixtures will be re-evaluated.
99
// As of Git 2.47, its behaviour changed which makes the following assertion fail.
100
// We decided to just ignore it until it's clear that this isn't a bug - obviously the traversal order changed.
101
let is_in_test_ci_workflow = is_ci::cached() && std::env::var_os("GIX_TEST_IGNORE_ARCHIVES").is_some();
0 commit comments