From e1aeb57332f553fcd474204c9c7edbbab59bf157 Mon Sep 17 00:00:00 2001 From: Zach Date: Fri, 1 Nov 2024 17:36:23 -0600 Subject: [PATCH] Update ubuntu.yml --- .github/workflows/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index ab88059..6b4523a 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -14,9 +14,9 @@ jobs: steps: - uses: sersoft-gmbh/swifty-linux-action@v3 with: - release-version: 6.0 + release-version: 6.0.1 - uses: actions/checkout@v3 - name: Build for release run: swift build -v -c release - name: Test - run: swift test -v + run: swift test -v --enable-test-discovery