diff --git a/CI/.drone.yml b/CI/.drone.yml index 7df20d5e7f25..49495e430941 100644 --- a/CI/.drone.yml +++ b/CI/.drone.yml @@ -2,6 +2,11 @@ kind: pipeline name: default steps: +# test nim client +- name: nim-client-test + image: nimlang/nim + commands: + - (cd samples/client/petstore/nim/ && nim c sample_client.nim) # test protobuf schema generator - name: protobuf-schema-test image: nanoservice/protobuf-go