Skip to content

Commit

Permalink
parallel in moreutils is not compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
sesi200 committed Jan 23, 2025
1 parent 8221db5 commit 1f350b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
e2e/assets/playground_backend/.mops
key: playground-backend-mops-${{ hashFiles('e2e/assets/playground_backend/mops.toml') }}
- name: Run e2e test
run: timeout 2400 bats "e2e/$E2E_TEST"
run: timeout 2400 bats "e2e/$E2E_TEST" -j 4

ui_test:
runs-on: ${{ matrix.os }}
Expand Down
6 changes: 3 additions & 3 deletions scripts/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -ex

export

# Install Bats + moreutils.
brew fetch --retry coreutils moreutils
brew install coreutils moreutils
# Install Bats
brew fetch --retry coreutils
brew install coreutils sponge parallel

# Install Bats.
if [ "$(uname -r)" = "19.6.0" ]; then
Expand Down

0 comments on commit 1f350b8

Please sign in to comment.