diff options
Diffstat (limited to '.buildkite/pipeline.yaml')
-rw-r--r-- | .buildkite/pipeline.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 93e4195d6..cddf5504b 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -49,6 +49,9 @@ steps: - <<: *common label: ":test_tube: Unit tests" command: make unit-tests + - <<: *common + label: ":test_tube: runsc tests" + command: make runsc-tests # All system call tests. - <<: *common |