Skip to content

Commit 5a18a72

Browse files
committed
test: add TestItems to test dependencies
1 parent 90ad3b3 commit 5a18a72

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Diff for: Project.toml

+9-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,21 @@ PreallocationTools = "0.4.14"
3131
PrecompileTools = "1"
3232
ProgressLogging = "0.1"
3333
RecipesBase = "1"
34-
TestItemRunner = "1.1"
3534

3635
[extras]
3736
DAQP = "c47d62df-3981-49c8-9651-128b1cd08617"
3837
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3938
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
4039
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
40+
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
4141
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
4242

4343
[targets]
44-
test = ["Test", "TestItemRunner", "Documenter", "Plots", "DAQP"]
44+
test = [
45+
"Test",
46+
"TestItems",
47+
"TestItemRunner",
48+
"Documenter",
49+
"Plots",
50+
"DAQP"
51+
]

0 commit comments

Comments
 (0)