Skip to content

Commit

Permalink
Merge pull request #427 from gdziadkiewicz/Remove_redundant_workaround
Browse files Browse the repository at this point in the history
Remove net462 testing workaround
  • Loading branch information
gdziadkiewicz authored Oct 31, 2022
2 parents 91046dc + a93560e commit e061090
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
3.1.x
6.0.x
- name: Run fake build script
run: ./fake.sh
run: ./build.sh
shell: bash
- name: Save nuget package as artifact
uses: actions/upload-artifact@v3
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion tests/FSharpx.Tests/FSharpx.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<None Include="table.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Compile Include="TestSetup.fs" />
<Compile Include="FsCheckRunner.fs" />
<Compile Include="FsCheckProperties.fs" />
<Compile Include="TestHelpers.fs" />
Expand Down
12 changes: 0 additions & 12 deletions tests/FSharpx.Tests/TestSetup.fs

This file was deleted.

0 comments on commit e061090

Please sign in to comment.