Skip to content

Commit 096025c

Browse files
committed
Proper test group regexes
1 parent da5be3f commit 096025c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
- 'AlexNet|VGG'
4545
- 'GoogLeNet|SqueezeNet|MobileNet|MNASNet'
4646
- 'EfficientNet'
47-
- 'ResNet|WideResNet'
48-
- 'ResNeXt' # split off from ResNet to reduce overall runtime
47+
- '^ResNet|WideResNet'
48+
- '^ResNeXt' # split off from ResNet to reduce overall runtime
4949
- 'SEResNet|SEResNeXt'
5050
- 'Res2Net|Res2NeXt'
5151
- 'Inception'

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Metalhead: Metalhead
2+
using CUDA
23

34
# TODO account for GPU tests using name or tag filter
45
# TODO write GPU tests!

0 commit comments

Comments
 (0)