diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index c8f399794..b618e1e65 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -18,6 +18,10 @@ jobs:
framework: netcoreapp3.1
runtime: -x64
codecov: true
+ - os: macos-latest
+ framework: netcoreapp3.1
+ runtime: -x64
+ codecov: false
- os: windows-latest
framework: netcoreapp3.1
runtime: -x64
diff --git a/src/ImageSharp/ImageSharp.csproj b/src/ImageSharp/ImageSharp.csproj
index a5e6bbbc7..c3d9618c8 100644
--- a/src/ImageSharp/ImageSharp.csproj
+++ b/src/ImageSharp/ImageSharp.csproj
@@ -28,14 +28,6 @@
-
-
-
-
-
-
-
-
diff --git a/tests/Directory.Build.targets b/tests/Directory.Build.targets
index 1f699c9dd..76759948b 100644
--- a/tests/Directory.Build.targets
+++ b/tests/Directory.Build.targets
@@ -35,6 +35,8 @@
+
+
diff --git a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj
index 627e281f6..e8ad660ad 100644
--- a/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj
+++ b/tests/ImageSharp.Benchmarks/ImageSharp.Benchmarks.csproj
@@ -26,8 +26,6 @@
-
-
diff --git a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
index d96d33a5a..07ade97d5 100644
--- a/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
+++ b/tests/ImageSharp.Tests/ImageSharp.Tests.csproj
@@ -22,8 +22,6 @@
-
-