api requires mount

This commit is contained in:
Danielle Lancashire 2019-08-12 18:48:25 +02:00
parent a5bac88aff
commit 80b8913745
No known key found for this signature in database
GPG key ID: 8D65584EF3DDF91B

View file

@ -12,7 +12,9 @@ workflows:
- test-machine:
name: "test-nomad"
test_packages: "./nomad/..."
- test-container:
- test-machine:
# API Tests run in a VM rather than container due to the FS tests
# requiring `mount` priviliges.
name: "test-api"
test_packages: "./api/..."
- test-container: