1
0
mirror of https://github.com/smallstep/cli.git synced 2025-04-19 10:42:15 +03:00

Step CLI Integration Tests

How To Run

Run all the integration tests:

make integration

Run only integration tests that match a regex:

go test -tags=integration ./integration/... -run <REGEX>