From 6a9ccbb7e47e6196eb8c250e7f28e89bc88998d6 Mon Sep 17 00:00:00 2001 From: Rafael Santos <40582668+rafaelesantos@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:23:48 -0400 Subject: [PATCH] Update swift.yml --- .github/workflows/swift.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 680f1be..f49b2af 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -23,5 +23,3 @@ jobs: run: swift --version - name: Build run: swift build - - name: Run tests - run: swift test