diff --git a/.github/workflows/tests-ci.yml b/.github/workflows/tests-ci.yml index 65ba5a4d5..73f714857 100644 --- a/.github/workflows/tests-ci.yml +++ b/.github/workflows/tests-ci.yml @@ -89,6 +89,7 @@ jobs: # Run browser tests using macOS so that WebKit tests don't fail under a Linux environment runs-on: macos-latest strategy: + # parallelism strategy: agent takes as long as roughly all other pkgs combined. matrix: include: - group: "A" diff --git a/README.md b/README.md index 31f119056..8da44abbc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Making developing with Web5 components at least 5 times easier to work with. > :warning: WEB5 JS SDK IS CURRENTLY IN TECH PREVIEW :warning: - + The SDK is currently still under active development, but having entered the Tech Preview phase there is now a drive to avoid unnecessary changes unless backwards compatibility is provided. Additional functionality will be added in the lead up to 1.0 final, and modifications will be made to address issues and community feedback. ## Table of Contents