This commit is contained in:
Stephan Dilly 2020-03-27 00:27:07 +01:00
parent d9ada81214
commit b2e6a20596

View file

@ -17,11 +17,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
uses: actions/checkout@v2
run: cargo build --verbose
- name: Run tests
uses: actions/checkout@v2
run: cargo test --workspace -- --test-threads=1
- name: Run clippy
uses: actions-rs/clippy-check@v1