From 3dc594014973098a2e830e80bc73f31114a07d70 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 11 Apr 2022 11:14:47 -0400 Subject: [PATCH] ci: add missing comment explaining singlethreaded avm testing (#1762) --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8cad1f8d2..967aca0c6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,6 +37,7 @@ jobs: - run: cargo fmt -- --check - run: cargo clippy --all-targets -- -D warnings - run: cargo test + # using singlethreaded testing for avm so that tests that change files do not conflict with each other - run: cd avm && cargo fmt -- --check && cargo clippy --all-targets -- -D warnings && cargo test -- --test-threads=1 - run: cd ts && yarn --frozen-lockfile - run: cd ts && yarn test