-
Notifications
You must be signed in to change notification settings - Fork 279
Description
I just discovered, while poking at #901, that the AppVeyor CI script appears to just compile the integration tests, but does not run them.
Are they being run somewhere I can't see (or have overlooked)? Would it be useful to get them running on AppVeyor?
I was looking into using the AppVeyor Job Workflows to have the compile done once (as it is now), then then run the integration tests on both the VS2017 (Windows Server 2016) and VS2019 (Windows Server 2019) images, but I stopped because I couldn't see an easy way to pass the artifacts generated by the first job through to the fan-out jobs to run.
I suspect it's possible with sufficient script hackery, but I didn't want to implement that if it was going to end up being uninteresting, e.g., if I was replicating something that already existed somewhere.