From 3714d0b3082c2516d4b3641632e71e4cf7e88f6c Mon Sep 17 00:00:00 2001 From: Tim Shamilov Date: Sun, 3 Dec 2023 01:38:14 -0500 Subject: [PATCH] add comment --- .github/workflows/tests-ci.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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