Skip to content

Commit

Permalink
Test order by matching pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Feb 12, 2021
1 parent 1f66ed6 commit b4f6bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ branches:

env:
# Run ./test.sh --help for a description of each of the flags
- TESTFLAGS="--start-py --lints --generate --rpm"
- TESTFLAGS="--integration"
# Config changes that have landed in main but not yet been applied to
# production can be made in boulder-config-next.json.
- TESTFLAGS="--integration --config-next"
- TESTFLAGS="--unit --enable-race-detection"
- TESTFLAGS="--unit --enable-race-detection --config-next"
- TESTFLAGS="--start-py --lints --generate --rpm"
# gomod-vendor runs with a separate container because it needs to fetch
# packages from GitHub et. al., which is incompatible with the DNS server
# override in the boulder container (used for service discovery).
Expand Down

0 comments on commit b4f6bac

Please sign in to comment.