From 4dab7485abc1367b440d1b5893841fbb1d3a2f13 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 12 Nov 2019 18:35:50 +0100 Subject: [PATCH] .. --- .github/workflows/rust.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 132ef07a1..8f613a59b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -4,9 +4,6 @@ on: pull_request: push: -env: - RUSTFLAGS: -Dwarnings - jobs: build_and_test: name: Build and test @@ -85,5 +82,4 @@ jobs: - uses: actions/checkout@v1 - name: Tests - shell: bash - run: ci_scripts/run-python.sh + run: bash ci_scripts/run-python.sh