🧪 test: add JWT secret rotation BDD scenarios and step implementations #12
@@ -95,8 +95,10 @@ else
|
||||
fi
|
||||
|
||||
# Run tests with proper coverage measurement
|
||||
set +e
|
||||
test_output=$(go test ./features/... -v -cover -coverpkg=./... -coverprofile=coverage.out 2>&1)
|
||||
test_exit_code=$?
|
||||
set -e
|
||||
|
||||
echo "$test_output"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user