Unit tests disabled for default profile. Use contributor profile to run unit tests. #48
dsgrieve
announced in
Announcements
Replies: 1 comment
-
@dsgrieve I think this is not true now, we might need to modify contributing markdown . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By default, unit tests are disabled. This configuration avoids the download and unpacking of assets from microsoft/gctoolkit-testdata, which are rather large files.
To run the unit tests, use
-Pcontributor
to enable the contributor profile. See CONTRIBUTING for details.Thanks to @anantk24 for this contribution!
Beta Was this translation helpful? Give feedback.
All reactions