mirror of
https://github.com/status-im/sourcecred.git
synced 2025-01-10 20:56:29 +00:00
bf35161d87
Summary: We currently run quicktest on pull requests, quicktest again on commits _after_ they are merged into `master`, and fulltest nightly. This commit retains quicktest on pull requests, but switches to fulltest once a commit is merged into master. We still run fulltest nightly as well, to detect any changes in remote APIs that we hit. Test Plan: Push this commit. Check that Circle CI runs its workflow normally (as quicktest), verifying that the config parses correctly. Then, merge this commit, and verify that the full tests have run. wchargin-branch: ci-test-full-on-master