Skip to content

Commit ca385ef

Browse files
committed
bring suite back
1 parent 257b90d commit ca385ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/smoke.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pipenv install;
2828
- name: Run Smoke Tests in Win
2929
run: |
30-
pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_rando.py
30+
pipenv run pytest --fx-executable ./firefox/firefox -n 4 tests/security_and_privacy
3131
mv artifacts artifacts-win
3232
- name: Upload artifacts
3333
uses: actions/upload-artifact@v4
@@ -55,7 +55,7 @@ jobs:
5555
pipenv install;
5656
- name: Run Smoke Tests in MacOS
5757
run: |
58-
pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_rando.py
58+
pipenv run pytest --fx-executable ./firefox/firefox -n 4 tests/security_and_privacy
5959
mv artifacts artifacts-mac
6060
- name: Upload artifacts
6161
uses: actions/upload-artifact@v4

taskcluster/kinds/run-smoke-tests/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tasks:
3131
./collect_executables.sh;
3232
mv ./ci_pyproject.toml ./pyproject.toml;
3333
pipenv install;
34-
pipenv run pytest --fx-executable ./firefox/firefox tests/security_and_privacy/test_rando.py
34+
pipenv run pytest --fx-executable ./firefox/firefox -n 4 tests/security_and_privacy
3535
notify:
3636
recipients:
3737
- type: slack-channel

0 commit comments

Comments
 (0)