diff --git a/.drone.yml b/.drone.yml index 3e49dfc..ac18c2d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,3 +12,9 @@ steps: commands: - cd Sources/Model - swift build + + - name: test + image: swift:latest + commands: + - cd Sources/Model + - swift test