mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
new clean try to get circle-ci to work, disable and move gh actions to ci_scripts folder
This commit is contained in:
@@ -60,19 +60,18 @@ jobs:
|
|||||||
- name: fmt
|
- name: fmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
clippy_check:
|
# clippy_check:
|
||||||
name: Clippy check
|
# name: Clippy check
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v1
|
# - uses: actions/checkout@v1
|
||||||
|
# - uses: actions-rs/toolchain@v1
|
||||||
- uses: actions-rs/toolchain@v1
|
# with:
|
||||||
with:
|
# profile: minimal
|
||||||
profile: minimal
|
# toolchain: nightly
|
||||||
toolchain: nightly
|
# override: true
|
||||||
override: true
|
# components: clippy
|
||||||
components: clippy
|
#
|
||||||
|
# - name: clippy
|
||||||
- name: clippy
|
# run: cargo clippy --all
|
||||||
run: cargo clippy --all
|
|
||||||
@@ -32,8 +32,8 @@ if [[ $NORUN == "1" ]]; then
|
|||||||
export CARGO_SUBCMD="build"
|
export CARGO_SUBCMD="build"
|
||||||
else
|
else
|
||||||
export CARGO_SUBCMD="test --all"
|
export CARGO_SUBCMD="test --all"
|
||||||
export OPT="${OPT} "
|
export OPT="-j1 ${OPT} "
|
||||||
export OPT_RELEASE="${OPT_RELEASE} "
|
export OPT_RELEASE="-j2 ${OPT_RELEASE} "
|
||||||
export OPT_RELEASE_IGNORED="${OPT_RELEASE} -- --ignored"
|
export OPT_RELEASE_IGNORED="${OPT_RELEASE} -- --ignored"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user