api requires mount
This commit is contained in:
parent
a5bac88aff
commit
80b8913745
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue