Skip to content

Commit 1a69ba5

Browse files
Skip backend tests from integration testing
1 parent 9871ddd commit 1a69ba5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
run: |
2626
export PYTHONPATH=$PWD
2727
nose2 -s integration_tests test_multi_hop
28-
- name: Run backend tests
29-
run: |
30-
export PYTHONPATH=$PWD
31-
nose2 -s integration_tests test_backend
3228
- name: Run classical storage tests
3329
run: |
3430
export PYTHONPATH=$PWD

0 commit comments

Comments
 (0)