Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ test: inherit: default: true variables: true script: cargo test script: make test-ci build-release: stage: build Loading Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ test: clean lint @cargo test @cargo tarpaulin --out lcov --line --skip-clean test-ci: clean lint @cargo build @cargo test test-cross: clean @for target in $(TARGETS) ; do \ cross test --target $$target; \ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ test: inherit: default: true variables: true script: cargo test script: make test-ci build-release: stage: build Loading
Makefile +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ test: clean lint @cargo test @cargo tarpaulin --out lcov --line --skip-clean test-ci: clean lint @cargo build @cargo test test-cross: clean @for target in $(TARGETS) ; do \ cross test --target $$target; \ Loading