This commit is contained in:
dignifiedquire
2019-11-12 18:35:50 +01:00
parent aec1ba40fe
commit 4dab7485ab

View File

@@ -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
@@ -85,5 +82,4 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Tests - name: Tests
shell: bash run: bash ci_scripts/run-python.sh
run: ci_scripts/run-python.sh