Skip to content

Commit 430565f

Browse files
committed
ci: coalesce tests to avoid increasing test durations
1 parent e99a106 commit 430565f

File tree

9 files changed

+11
-78
lines changed

9 files changed

+11
-78
lines changed

tests/julia/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
- Tests use of a `Project.toml` file for Julia, using the repo2docker default
1414
version of Julia as specified in `julia_project.py`.
1515

16-
### project-1.0.2
16+
### project-1.0.2-binder-dir
1717

1818
- Tests use of a `Project.toml` file for Julia, using a version of Julia
1919
specified via `julia = "=1.0.2"` in `Project.toml`'s `[compat]` section.
2020

21+
- Test use of a `.binder` directory.
22+
2123
### require
2224

2325
- Tests use of a `REQUIRE` file for Julia, using the repo2docker default version
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# A broken Project.toml, but the idea is that the test should ignore this file
2+
# anyhow as there is a .binder folder.
3+
#
4+
[deps]
5+
IteratorInterfaceExtensions = "invalid"
6+
7+
[compat]
8+
julia = "=1.0.invalid"

tests/julia/project-binder-dir/Manifest.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/julia/project-binder-dir/Project.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/julia/project-binder-dir/binder/Manifest.toml

Lines changed: 0 additions & 36 deletions
This file was deleted.

tests/julia/project-binder-dir/binder/Project.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/julia/project-binder-dir/verify

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)