changeset 96:47dc9dd7194b

GH Actions: Run tests instead of only building
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 10 Dec 2020 09:03:44 +0100
parents eb1cd07d7830
children 8e2037dcebe3
files .github/workflows/test.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/test.yml	Thu Dec 10 09:01:41 2020 +0100
+++ b/.github/workflows/test.yml	Thu Dec 10 09:03:44 2020 +0100
@@ -13,5 +13,5 @@
           toolchain: stable
       - uses: actions-rs/cargo@v1
         with:
-          command: build
-          args: --release --all-features
+          command: test
+          args: --all-features