Skip to content

Commit 53bef9a

Browse files
committed
Project.toml for tests tracked by CompatHelper
1 parent dcba3f5 commit 53bef9a

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
name: CompatHelper
2-
32
on:
43
schedule:
54
- cron: '00 00 * * *'
6-
5+
workflow_dispatch:
76
jobs:
87
CompatHelper:
98
runs-on: ubuntu-latest
109
steps:
1110
- uses: julia-actions/setup-julia@latest
1211
with:
13-
version: 1.3
12+
version: 1.5
1413
- name: Pkg.add("CompatHelper")
1514
run: julia -e 'using Pkg; Pkg.add("CompatHelper")'
1615
- name: CompatHelper.main()
1716
env:
1817
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
run: julia -e 'using CompatHelper; CompatHelper.main()'
18+
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }} # optional
19+
run: julia -e 'using CompatHelper; CompatHelper.main(; subdirs=["", "docs", "test"])'

Project.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,3 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1212
[compat]
1313
RecipesBase = "0.6, 0.7, 0.8, 1.0"
1414
julia = "1"
15-
16-
[extras]
17-
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
18-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19-
20-
[targets]
21-
test = ["Test", "LinearMaps"]

test/Project.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[deps]
2+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
3+
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
4+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
5+
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
6+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
7+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8+
9+
[compat]
10+
LinearMaps = "3"
11+
RecipesBase = "1"

test/REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)