summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-11-23 18:01:16 +0100
committerGitHub <noreply@github.com>2020-11-23 18:01:16 +0100
commitf88abe6ad86da27695dac82ea8ad2e1c6fd4cc9e (patch)
treefddfea76ffc9bba8ba735e0d120dfb62b94f33e6 /.github
parentfd1f1ce697fae94101e971ff059aed9c33c379fd (diff)
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
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