Update build.yml

This commit is contained in:
dswd 2019-11-14 22:31:08 +01:00 committed by GitHub
parent 0654e32c23
commit dc84de234a
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@v1
- uses: actions/checkout
- name: Build
run: cargo build --verbose
- name: Run tests