From 7bcf2de400dae53913bf3655df6fef21c349c033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Romanowski?= Date: Fri, 16 Oct 2020 14:38:05 +0200 Subject: [PATCH] Actually run tests in GitHub actions --- .github/workflows/rust.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6d1ec81..36821fe 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: