Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9914003

Browse files
author
Meaghan Lewis
authored
Exclude tests with category 'Timings' in appveyor.yml
1 parent 2a32442 commit 9914003

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ install:
1919
nuget restore GitHubVS.sln
2020
build_script:
2121
- ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER
22+
test:
23+
categories:
24+
except:
25+
- Timings
2226
on_success:
2327
- ps: |
2428
if ($full_build) {

0 commit comments

Comments
 (0)