From 27c8a5edbc5e22f21dbe964be363fb7641a66805 Mon Sep 17 00:00:00 2001 From: rxhfcy <42669366+rxhfcy@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:05:04 +0300 Subject: [PATCH] Enable tests too even though there are no real tests yet (to make sure nothing accidentally breaks testing) (Update swift.yml) --- .github/workflows/swift.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index f8efa05..89dd147 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -18,7 +18,5 @@ jobs: - uses: actions/checkout@v3 - name: Build run: xcodebuild -project macOS\ version/Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" build -# todo: add tests? -# both Unit Tests & UI Tests? -# - name: Run tests -# run: xcodebuild -project macOS\ version/Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" test + - name: Run tests + run: xcodebuild -project macOS\ version/Asahi\ Linux\ Helper.xcodeproj/ -scheme "Asahi Linux Helper" test