ci: add missing comment explaining singlethreaded avm testing (#1762)

This commit is contained in:
Paul 2022-04-11 11:14:47 -04:00 committed by GitHub
parent 7d611ac46f
commit 3dc5940149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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