Skip to content

Commit b900a39

Browse files
Fix make test silently passing when pytest fails (#208)
1 parent 281758c commit b900a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SHELL := /bin/bash
1+
SHELL := /bin/bash -o pipefail
22
UV ?= $(shell which uv)
33
BUILD_VERSION:=$(APP_VERSION)
44
TESTS_FILTER:=

0 commit comments

Comments
 (0)