We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400f247 commit 3998705Copy full SHA for 3998705
.github/workflows/ci_test_go.yml
@@ -122,13 +122,12 @@ jobs:
122
run: |
123
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/
+ - name: Copy ${{ matrix.library }} Vector Files
+ if: ${{ matrix.library == 'TestVectors' }}
+ shell: bash
+ working-directory: ./${{ matrix.library }}
+ run: |
+ cp runtimes/java/*.json runtimes/go/TestsFromDafny-go/
132
133
- name: Test ${{ matrix.library }}
134
working-directory: ./${{ matrix.library }}
0 commit comments