We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310e833 commit 3db406fCopy full SHA for 3db406f
.github/workflows/build-and-test.yml
@@ -18,8 +18,10 @@ jobs:
18
dotnet-version: 5.0.301
19
- name: Setup dotnet tools
20
run: dotnet tool restore
21
- - name: Install dependencies
22
- run: dotnet restore
+ - name: Install src dependencies
+ run: dotnet restore src
23
+ - name: Install test dependencies
24
+ run: dotnet restore test
25
- name: Check formatting
26
run: dotnet fantomas . -r --check
27
- name: Build
0 commit comments