Browse Source

Test workspaces

pull/282/head
Fredrik Ekre 2 weeks ago
parent
commit
c7d773e384
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 5
      .github/workflows/Test.yml
  2. 10
      Project.toml
  3. 1170
      docs/Manifest.toml

5
.github/workflows/Test.yml

@ -29,7 +29,10 @@ jobs: @@ -29,7 +29,10 @@ jobs:
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-runtest@v1
- name: Install dependencies
run: julia --project=test -e 'using Pkg; Pkg.instantiate()'
- name: Run tests
run: julia --project=test --color=yes test/runtests.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v5
with:

10
Project.toml

@ -8,16 +8,12 @@ IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89" @@ -8,16 +8,12 @@ IOCapture = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[workspace]
projects = ["docs", "test"]
[compat]
Base64 = "1"
IOCapture = "0.2, 1"
JSON = "0.18, 0.19, 0.20, 0.21, 1"
REPL = "1"
julia = "1.6"
[extras]
DisplayAs = "0b91fe84-8a4c-11e9-3e1d-67c38462b6d6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DisplayAs", "Test"]

1170
docs/Manifest.toml

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save