mirror of
https://github.com/chatmail/core.git
synced 2026-05-04 05:46:29 +03:00
do not cancel on warnings
This commit is contained in:
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@@ -4,9 +4,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|
||||||
env:
|
|
||||||
RUSTFLAGS: -Dwarnings
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
@@ -75,7 +72,7 @@ jobs:
|
|||||||
components: clippy
|
components: clippy
|
||||||
|
|
||||||
- name: clippy
|
- name: clippy
|
||||||
run: cargo clippy
|
run: cargo clippy --all
|
||||||
|
|
||||||
python_tests:
|
python_tests:
|
||||||
name: Python Tests 3.7
|
name: Python Tests 3.7
|
||||||
|
|||||||
Reference in New Issue
Block a user