Integrate license-check script in CI jobs
This commit is contained in:
parent
8fe71c5b73
commit
8b101bfaa8
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ addons:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
bash ./scripts/license-headers-updated || exit 1
|
||||||
cargo build --all --all-features -j 1 || exit 1
|
cargo build --all --all-features -j 1 || exit 1
|
||||||
cargo test --all --all-features -j 1 || exit 1
|
cargo test --all --all-features -j 1 || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue