Skip to content

Commit 3998705

Browse files
copy from java
1 parent 400f247 commit 3998705

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci_test_go.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,12 @@ jobs:
122122
run: |
123123
make polymorph_go
124124
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/
125+
- name: Copy ${{ matrix.library }} Vector Files
126+
if: ${{ matrix.library == 'TestVectors' }}
127+
shell: bash
128+
working-directory: ./${{ matrix.library }}
129+
run: |
130+
cp runtimes/java/*.json runtimes/go/TestsFromDafny-go/
132131
133132
- name: Test ${{ matrix.library }}
134133
working-directory: ./${{ matrix.library }}

0 commit comments

Comments
 (0)