Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally trigger integration tests #294

Open
josephmyers opened this issue Aug 30, 2022 · 0 comments
Open

Optionally trigger integration tests #294

josephmyers opened this issue Aug 30, 2022 · 0 comments

Comments

@josephmyers
Copy link
Collaborator

josephmyers commented Aug 30, 2022

We don't always want to run the integrations tests, which cause the test run to take 7 minutes. Trigger integration tests (by default) only on the build server, not on dev machines.

RUN_UNIT_TESTS in the Dockerfile is likely what controls whether or not the tests run.

(Not required for this is providing an option to run the integration tests locally, assuming "dotnet test" does so for us. That would be a separate task.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant