Actually run tests in GitHub actions

This commit is contained in:
Paweł Romanowski 2020-10-16 14:38:05 +02:00
parent b2ada4746c
commit 7bcf2de400

View file

@ -8,7 +8,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -17,8 +17,7 @@ jobs:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features
command: test
lints:
runs-on: ubuntu-latest
steps: