Skip to content

Commit 45ea304

Browse files
committed
doc and test compat
1 parent 6d7867b commit 45ea304

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}
16-
run: julia -e 'using CompatHelper; CompatHelper.main()'
16+
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "test/GPU"])'

test/GPU/Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[deps]
22
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
33
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
4+
5+
[compat]
6+
CUDA = "3.12"
7+
PreallocationTools = "0.4"

0 commit comments

Comments
 (0)