Skip to content
Snippets Groups Projects

tests(live): add sanity tests against gdev live chain

Merged Éloïs requested to merge elois-live-sanity-tests into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -124,6 +124,15 @@ build_release_manual:
- build/
expire_in: 3 day
sanity_tests:
extends: .env
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- when: never
stage: tests
script:
- cargo sanity-gdev
tests_debug:
extends: .env
rules:
Loading