api requires mount

This commit is contained in:
Danielle Lancashire
2019-08-12 18:48:25 +02:00
parent 5496040a84
commit 3ccb893583

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: