Skip to content

Commit

Permalink
reduce runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Sep 1, 2023
1 parent be16952 commit d66aafc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion required/latex-lab/config-LM-tagging.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ checkengines = {"pdftex"}
checksearch = true
testfiledir = "testfiles-LM"

checkruns = 4
checkruns = 3
forcecheckruns = true --- for tagged stuff


2 changes: 1 addition & 1 deletion required/latex-lab/config-OR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ checkengines = {"pdftex"}
checksearch = true
testfiledir = "testfiles-OR"

checkruns = 3
checkruns = 2

2 changes: 1 addition & 1 deletion required/latex-lab/config-block.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ checkengines = {"pdftex","luatex"}
checksearch = true
testfiledir = "testfiles-block"

checkruns = 4
checkruns = 2
forcecheckruns = true --- for tagged stuff


6 changes: 2 additions & 4 deletions required/latex-lab/config-graphic.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
-- Tests for output routine stuff
--
-- Tests here only function locally due to the class not loaded in github actions!
-- Tests for graphic stuff


checkengines = {"luatex","pdftex"}
checksearch = true
testfiledir = "testfiles-graphic"

checkruns = 3
checkruns = 2

2 changes: 1 addition & 1 deletion required/latex-lab/config-math.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ checkdeps =
maindir .. "/required/amsmath"
}

checkruns = 3
checkruns = 2


2 changes: 1 addition & 1 deletion required/latex-lab/config-minipage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ checkengines = {"pdftex","luatex"}
checksearch = true
testfiledir = "testfiles-minipage"

checkruns = 4
checkruns = 2
forcecheckruns = true --- for tagged stuff


2 changes: 1 addition & 1 deletion required/latex-lab/config-sec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ checkengines = {"pdftex","luatex"}
checksearch = true
testfiledir = "testfiles-sec"

checkruns = 3
checkruns = 2


2 changes: 1 addition & 1 deletion required/latex-lab/config-toc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ checkengines = {"pdftex","luatex"}
checksearch = true
testfiledir = "testfiles-toc"

checkruns = 4
checkruns = 3
forcecheckruns = true --- for tagged stuff


0 comments on commit d66aafc

Please sign in to comment.