Skip to content

Commit

Permalink
use swift run in CI.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <devs@wabi.foundation>
  • Loading branch information
furby-tm committed Nov 5, 2024
1 parent c9dae8d commit 6b8e4c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: 🐙 Fetch Git Submodules
run: git submodule update --init --recursive
- name: 🧪 Test
run: swift build
run: swift run -c debug
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: 🐙 Fetch Git Submodules
run: git submodule update --init --recursive
- name: 🧪 Test
run: swift build
run: swift run -c debug
2 changes: 1 addition & 1 deletion .github/workflows/swift-debug-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: 🐙 Fetch Git Submodules
run: git submodule update --init --recursive
- name: 🧪 Test
run: swift build
run: swift run -c debug

0 comments on commit 6b8e4c2

Please sign in to comment.