File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 97
97
- name : Test TestVectors on .NET 6.0
98
98
working-directory : ./${{matrix.library}}/runtimes/net
99
99
run : |
100
- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json ../java/decrypt_rust_*.json ../java/large_records.json .
101
- dotnet run
102
100
cp ../java/*.json .
101
+ dotnet run
103
102
dotnet run --framework net6.0
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ jobs:
108
108
- name : Test TestVectors on .NET 6.0
109
109
working-directory : ./${{matrix.library}}/runtimes/net
110
110
run : |
111
- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json ../java/decrypt_rust_*.json .
112
- dotnet run
113
111
cp ../java/*.json .
112
+ dotnet run
114
113
dotnet run --framework net6.0
You can’t perform that action at this time.
0 commit comments