Skip to content

Commit 8b4036e

Browse files
Add --enable-test-discovery for Linux test
1 parent e78e38b commit 8b4036e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tar xzvf wabt.tar.gz
4040
sudo cp wabt-*/bin/* /usr/local/bin
4141
- name: Run unit tests
42-
run: swift test
42+
run: swift test --enable-test-discovery
4343

4444
macos-unit-tests:
4545
runs-on: macos-latest

0 commit comments

Comments
 (0)