Update build.yml

pull/46/head
dswd 2019-11-14 22:33:22 +01:00 committed by GitHub
parent dc84de234a
commit 4c55897e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests