This repository has been archived on 2026-08-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

6 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
echo "[test-integration] running mock-backed provider integration tests"
go test ./internal/provider -run '^TestIntegration' -count=1 -v