Skip to content

Commit daecc84

Browse files
committed
Run full tests on PR/main
1 parent ef04f60 commit daecc84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Install dependencies
125125
run: pip install tox
126126
- name: Run unit tests
127-
run: tox -e test-unit -- -m "smoke or sanity"
127+
run: tox -e test-unit
128128

129129
ui-unit-tests:
130130
permissions:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install dependencies
126126
run: pip install tox
127127
- name: Run unit tests
128-
run: tox -e test-unit -- -m "smoke or sanity"
128+
run: tox -e test-unit
129129

130130
ui-unit-tests:
131131
permissions:

0 commit comments

Comments
 (0)