Skip to content

Commit a69f2aa

Browse files
committed
perf(ci): don't use parallel tests
1 parent c4019b3 commit a69f2aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,5 @@ jobs:
2222
test/
2323
cli-tips.sh
2424
25-
# - name: ⚙️ Install dependencies
26-
# run: sudo apt install parallels
27-
2825
- name: 🧪 Run Bats Tests
29-
run: npx bats test/cli-tips.bats --jobs $(nproc)
26+
run: npx bats test/cli-tips.bats

0 commit comments

Comments
 (0)