mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +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:
|
||||
push:
|
||||
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
name: Build and test
|
||||
@@ -75,7 +72,7 @@ jobs:
|
||||
components: clippy
|
||||
|
||||
- name: clippy
|
||||
run: cargo clippy
|
||||
run: cargo clippy --all
|
||||
|
||||
python_tests:
|
||||
name: Python Tests 3.7
|
||||
|
||||
Reference in New Issue
Block a user