We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104326b commit fb533d8Copy full SHA for fb533d8
Makefile
@@ -12,7 +12,7 @@ test-debug:
12
|| (echo "$(FAIL) expected $(XCT_FAIL) to be called with $(EXPECTED)" >&2 && exit 1)
13
14
test: test-debug
15
- @swift test -c release | grep '⚠︎ Warning: This XCTFail was ignored' || exit 1
+ @swift test -c release
16
17
test-linux: test-debug
18
@swift test -c release
0 commit comments