Check that try-runtime compiles in CI (#4736)

It also moves some simple scripts directly into the .gitlab.yaml file.
This commit is contained in:
Bastian Köcher
2022-01-18 16:17:07 +01:00
committed by GitHub
parent c0ed54f1df
commit 550e81b63f
3 changed files with 15 additions and 15 deletions
@@ -1,6 +0,0 @@
#!/usr/bin/env bash
set -e
pushd node/service && cargo check --no-default-features && popd
pushd cli && cargo check --no-default-features --features "service" && popd
@@ -1,6 +0,0 @@
#!/usr/bin/env bash
#shellcheck source=../common/lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/../common/lib.sh"
time cargo check --features runtime-benchmarks