diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 398582427..c4da296cc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,6 +4,9 @@ on: pull_request: push: +env: + RUSTFLAGS: -Dwarnings + jobs: build: name: 3.7 python tests against core @@ -17,7 +20,7 @@ jobs: toolchain: nightly override: true components: rustfmt - + - name: Setup python uses: actions/setup-python@v1 with: