diff options
Diffstat (limited to '.gitlab/test.yml')
| -rw-r--r-- | .gitlab/test.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab/test.yml b/.gitlab/test.yml index 996f5b2..4d1f77e 100644 --- a/.gitlab/test.yml +++ b/.gitlab/test.yml @@ -43,6 +43,11 @@ unit: variables: RSPEC_DIR: spec/unit +integration-c: + extends: .rspec + variables: + RSPEC_DIR: spec/integration/c + integration-dotnet: extends: .rspec variables: |
