File: README.md

package info (click to toggle)
golang-github-smallstep-cli 0.15.16%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,404 kB
  • sloc: sh: 512; makefile: 99
file content (13 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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>
```