mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
Currently we compile (but don't run) the e2e tests as part of `test-other`, which is skipped for branches named `e2e-*`. Move this check into the `test-e2e` job. Split out the vault compatibility integration check as its own makefile target for clarity.
How to use CircleCI multi-file config
Refer to https://github.com/hashicorp/vault/blob/master/.circleci/README.md .