From 1c1c6647f13e7bb6648acebd53198073a80ccec6 Mon Sep 17 00:00:00 2001 From: DatuX Date: Tue, 2 Feb 2021 14:48:13 +0100 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 1847996..6b95b4f 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -20,8 +20,15 @@ jobs: - name: Prepare run: sudo apt-get install zfsutils-linux + - name: Coveralls + uses: AndreMiras/coveralls-python-action@develop + with: + parallel: true + flag-name: Unit Test + - name: Regression test run: ls; sudo -E ./run_tests +