Skip to content

Commit 10b1079

Browse files
committed
Tweak agents.md
1 parent 9c042e6 commit 10b1079

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.vscode
12
/.vscode/*
23
/.devcontainer
34
/.idea

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- `make` builds server + client using vendored modules and runs `go-assets.sh`.
55
- `make client` builds a CGO-free client; `make debug` keeps symbols.
66
- `make pb` regenerates protobuf stubs from `protobuf/`.
7-
- `./go-tests.sh` runs the curated Go test suite with build tags.
7+
- `./go-tests.sh` runs the Go test suite, this is the only way you should run unit tests.
88
- Docs site: `cd docs/sliver-docs && npm install && npm run dev` for local dev; `npm run build` for a static build.
99

1010
## Coding Style & Naming Conventions

0 commit comments

Comments
 (0)