Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Mar 31, 2022
1 parent 0024b03 commit 284fc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ integration-test:
python -m unittest -v test/integration/test_backend.py test/integration/test_account_client.py test/integration/test_filter_backends.py \
test/integration/test_serialization.py test/integration/test_ibm_job_attributes.py test/integration/test_basic_server_paths.py \
test/integration/test_ibm_integration.py test/integration/test_ibm_job.py test/integration/test_ibm_qasm_simulator.py \
test/integration/test_proxies.py test/integration/test_tutorials.py test/integration/test_composite_job.py
test/integration/test_proxies.py test/integration/test_composite_job.py

e2e-test:
# TODO: enable test_tutorials
Expand Down

0 comments on commit 284fc0a

Please sign in to comment.