Skip to content

Commit

Permalink
Setup dotnet-9 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Nov 17, 2024
1 parent 675dd45 commit 4a4abf1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 25,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.100'

- name: Run DotNet Tests
run: |
dotnet test --collect:"XPlat Code Coverage"
Expand Down Expand Up @@ -283,7 287,7 @@ jobs:

- uses: moonrepo/setup-rust@v1
with:
targets: "${{ env.ARCH }}-unknown-linux-musl"
targets: '${{ env.ARCH }}-unknown-linux-musl'
cache-target: release

- name: Build extension
Expand Down Expand Up @@ -362,7 366,7 @@ jobs:

- uses: moonrepo/setup-rust@v1
with:
targets: "${{ env.ARCH }}-unknown-linux-musl"
targets: '${{ env.ARCH }}-unknown-linux-musl'
cache-target: release

- name: Build extension
Expand Down

0 comments on commit 4a4abf1

Please sign in to comment.