File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1111
1212env :
1313 YRS_REPO : https://github.com/y-crdt/y-crdt
14- YRS_BRANCH : main
14+ YRS_BRANCH : v0.17.4
1515 CARGO_TERM_COLOR : always
1616
1717jobs :
Original file line number Diff line number Diff line change 1010 push :
1111 branches :
1212 - ' main'
13+ pull_request :
14+ branches :
15+ - ' main'
1316
1417jobs :
1518 test :
@@ -51,13 +54,14 @@ jobs:
5154 run : |
5255 cp output/${{ matrix.build }}/*.* YDotNet
5356
54- - name : Build tests
57+ - name : Run tests
5558 run : |
56- cd Tests/YDotNet.Tests.Unit
57- dotnet build
59+ dotnet test Tests/YDotNet.Tests.Unit
60+ env :
61+ RUST_BACKTRACE : 1
5862
59- - name : Run tests
63+ - name : Run tests server
6064 run : |
61- dotnet test
65+ dotnet test Tests/YDotNet.Tests.Server.Unit
6266 env :
6367 RUST_BACKTRACE : 1
You can’t perform that action at this time.
0 commit comments