Skip to content

Commit

Permalink
Use specific build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Apr 16, 2024
1 parent 2198075 commit fb970ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
YRS_REPO: https://github.com/y-crdt/y-crdt
YRS_BRANCH: main
YRS_BRANCH: v0.17.4
CARGO_TERM_COLOR: always

jobs:
Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'

jobs:
test:
Expand Down Expand Up @@ -51,13 +54,14 @@ jobs:
run: |
cp output/${{ matrix.build }}/*.* YDotNet
- name: Build tests
- name: Run tests
run: |
cd Tests/YDotNet.Tests.Unit
dotnet build
dotnet test Tests/YDotNet.Tests.Unit
env:
RUST_BACKTRACE: 1

- name: Run tests
- name: Run tests server
run: |
dotnet test
dotnet test Tests/YDotNet.Tests.Server.Unit
env:
RUST_BACKTRACE: 1

0 comments on commit fb970ee

Please sign in to comment.