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 9797 - name : Test TestVectors on .NET 6.0
9898 working-directory : ./${{matrix.library}}/runtimes/net
9999 run : |
100- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json ../java/decrypt_rust_*.json ../java/large_records.json .
101- dotnet run
102100 cp ../java/*.json .
101+ dotnet run
103102 dotnet run --framework net6.0
Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ jobs:
108108 - name : Test TestVectors on .NET 6.0
109109 working-directory : ./${{matrix.library}}/runtimes/net
110110 run : |
111- cp ../java/decrypt_java_*.json ../java/decrypt_dotnet_*.json ../java/decrypt_rust_*.json .
112- dotnet run
113111 cp ../java/*.json .
112+ dotnet run
114113 dotnet run --framework net6.0
You can’t perform that action at this time.
0 commit comments