Skip to content

Commit 6985fe3

Browse files
committed
Removed duplicated test from regression testing
ts911 somehow got duplicated in the merge.
1 parent 8a947a4 commit 6985fe3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ jobs:
7878
if: always() && steps.tt.conclusion == 'success'
7979
run: diff ../Testing/RegressionTesting/TestOutput/test-small-911-out.xml ../Testing/RegressionTesting/GoodOutput/test-small-911-out.xml
8080

81-
- id: ts911
82-
name: run test-small-911
83-
if: always() && steps.build.conclusion == 'success'
84-
run: ./cgraphitti -c ../Testing/RegressionTesting/configfiles/test-small-911.xml
85-
- name: verify test-small-911
86-
if: always() && steps.tt.conclusion == 'success'
87-
run: diff ../Testing/RegressionTesting/TestOutput/test-small-911-out.xml ../Testing/RegressionTesting/GoodOutput/test-small-911-out.xml
88-
8981
- id: tm
9082
name: run test-medium
9183
if: always() && steps.build.conclusion == 'success'

0 commit comments

Comments
 (0)