You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to output environment variables (#1)
Adds an `--output env` option to emit `SHARD_TESTS` and `SHARD_PATHS`
environment variables.
Example GitHub usage:
```
go run github.com/blampe/shard@latest --total $(TOTAL) --index $(INDEX) --output env >> "$GITHUB_ENV"
```
```
go test -run "$(SHARD_TESTS)" $(SHARD_PATHS)
```
0 commit comments