From 6018b96087d5eb8d75bb58b9e625113da3f074c7 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Sat, 5 Oct 2019 20:41:49 +0200 Subject: [PATCH] Run all tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30ae3ae6..42b0a81e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all --doc + args: --all check_fmt_and_docs: name: Checking fmt and docs