Skip to content

Commit

Permalink
revert back to parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Nov 2, 2023
1 parent ce8c32b commit 63add5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
testServer: ["server:node"]
testClient: ["node:local", "node:parallel:remote","node:rpc","browser:firefox", "browser:chrome"]
testClient: ["node:parallel:local", "node:parallel:remote","node:rpc","browser:firefox", "browser:chrome"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 63add5f

Please sign in to comment.