Skip to content

Commit 92f9156

Browse files
committed
Temporarily simplify make test
1 parent 7a9e245 commit 92f9156

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ run-tests: xcbeautify
4747
--enable-experimental-prebuilts \
4848
2>&1 | xcbeautify --renderer github-actions
4949

50-
test: build-tests run-tests
50+
test:
51+
swift test
5152

5253
build-query-performance-tests:
5354
set -o pipefail \

0 commit comments

Comments
 (0)