Skip to content

Commit 195e7bb

Browse files
Comment
1 parent 77ddecd commit 195e7bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ jobs:
121121
working-directory: ./${{ matrix.library }}
122122
run: |
123123
make polymorph_go
124+
125+
# TODO: uncomment this
126+
# - name: Copy ${{ matrix.library }} Vector Files
127+
# if: ${{ matrix.library == 'TestVectors' }}
128+
# shell: bash
129+
# working-directory: ./${{ matrix.library }}
130+
# run: |
131+
# cp runtimes/java/*.json runtimes/go/TestsFromDafny-go/
124132

125133
- name: Test ${{ matrix.library }}
126134
working-directory: ./${{ matrix.library }}

0 commit comments

Comments
 (0)