github.com/hernad/nomad@v1.6.112/e2e/vaultcompat/README.md (about) 1 # Vault Integration Test 2 3 Not run as part of nightly e2e suite at this point. 4 5 Downloads, caches, and tests Nomad against open source Vault binaries. Runs 6 only when `-integration` is set. 7 8 Run with: 9 10 ``` 11 cd e2e/vault/ 12 go test -integration 13 ``` 14 15 **Warning: Downloads a lot of Vault versions!**