Skip to content

Commit

Permalink
Run tests on experimental packages, post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Oct 15, 2019
1 parent 425ca27 commit 8fbca06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Expand Up @@ -324,6 +324,12 @@ workflows:
- process_artifacts_experimental:
requires:
- build_experimental
- test_build:
requires:
- build_experimental
- test_build_prod:
requires:
- build_experimental

fuzz_tests:
triggers:
Expand Down

0 comments on commit 8fbca06

Please sign in to comment.