From f88abe6ad86da27695dac82ea8ad2e1c6fd4cc9e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 23 Nov 2020 18:01:16 +0100 Subject: fix(compatibility): various htop issues (#66) * fix(compatibility): various htop issues * style(format): make rustfmt happy * fix(logging): do not delete log dir on startup * fix(tests): update htop with command toggle * chore(ci): reduce test concurrency to 1 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 64441fc36..f31838a6f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,7 +19,7 @@ jobs: - name: Build run: cargo build --verbose - name: Run tests - run: cargo test --verbose + run: cargo test -j 1 --verbose fmt: name: Rustfmt runs-on: ubuntu-latest -- cgit v1.2.3