Skip to content
Snippets Groups Projects
Commit 2fb68490 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Revert "Disable some tests on CI"

This reverts commit be586d6d.
parent 91efa865
No related branches found
No related tags found
2 merge requests!104Update database library in messenger example,!102Release 1.0.0
...@@ -13,21 +13,21 @@ before_script: ...@@ -13,21 +13,21 @@ before_script:
stages: stages:
- test - test
# test-package-macos: test-package-macos:
# stage: test stage: test
# tags: tags:
# - ios - ios
# script: script:
# - ./run-tests.sh macos - ./run-tests.sh macos
# retry: 1 retry: 1
# test-package-ios: test-package-ios:
# stage: test stage: test
# tags: tags:
# - ios - ios
# script: script:
# - ./run-tests.sh ios - ./run-tests.sh ios
# retry: 1 retry: 1
test-examples-ios: test-examples-ios:
stage: test stage: test
...@@ -35,4 +35,4 @@ test-examples-ios: ...@@ -35,4 +35,4 @@ test-examples-ios:
- ios - ios
script: script:
- ./run-tests.sh examples-ios - ./run-tests.sh examples-ios
# retry: 1 retry: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment