Skip to content

Commit c3ee8ea

Browse files
authored
revert change to ignore optimizer test (#970)
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent f4fbdb8 commit c3ee8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: pre-commit checks
4545
run: pre-commit run -a
4646
- name: run tests
47-
run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py --ignore=tests/test_optimizer.py --ignore=tests/test_schema.py tests
47+
run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py --ignore=tests/test_schema.py tests
4848
if: matrix.python-version == '3.11'
4949
- name: run tests
50-
run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py --ignore=tests/test_optimizer.py tests
50+
run: py.test -v --capture=tee-sys --ignore=tests/test_examples_run.py tests
5151
if: matrix.python-version != '3.11'
5252

0 commit comments

Comments
 (0)