This commit is contained in:
holger krekel
2019-11-12 18:39:38 +01:00
parent 029f60df27
commit 7e454ede4c

View File

@@ -4,6 +4,9 @@ on:
pull_request: pull_request:
push: push:
env:
RUSTFLAGS: -Dwarnings
jobs: jobs:
build: build:
name: 3.7 python tests against core name: 3.7 python tests against core
@@ -17,7 +20,7 @@ jobs:
toolchain: nightly toolchain: nightly
override: true override: true
components: rustfmt components: rustfmt
- name: Setup python - name: Setup python
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with: