Skip to content

Commit 4a9f8bc

Browse files
committed
chore: build too
1 parent c0e89b9 commit 4a9f8bc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
run: make install
228228

229229
- name: Restore NuGet Packages
230-
run: make restore
230+
run: make restore build
231231

232232
# Run the compatibility tests
233233
- name: Run Tests

EasyPost.Compatibility.NetStandard/EasyPost.Compatibility.NetStandard.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
<Compile Include="NetStandardCompileTest.cs" />
1212
</ItemGroup>
1313

14-
<ItemGroup>
15-
<ProjectReference Include="..\EasyPost\EasyPost.csproj" />
16-
</ItemGroup>
17-
1814
<ItemGroup>
1915
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="[17.3.0, 18.0.0)" />
2016
<PackageReference Include="coverlet.collector" Version="[3.1.2, 4.0.0)">

0 commit comments

Comments
 (0)