Skip to content

Commit

Permalink
Fix fuzz test environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
acdlite committed Jun 13, 2019
1 parent e91dd70 commit b4b3a1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,8 @@ jobs:
- run:
name: Run fuzz tests
command: |
FUZZ_TEST_SEED=$RANDOM
echo $FUZZ_TEST_SEED
yarn test fuzz --maxWorkers=2
yarn test-prod fuzz --maxWorkers=2
FUZZ_TEST_SEED=$RANDOM yarn test fuzz --maxWorkers=2
FUZZ_TEST_SEED=$RANDOM yarn test-prod fuzz --maxWorkers=2
test_build_prod:
docker: *docker
Expand Down

0 comments on commit b4b3a1d

Please sign in to comment.