Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b25bc048be |
@@ -5,5 +5,5 @@
|
|||||||
- Skill scripts are located in their respective skill directories under `scripts/` -- look for them there, not in this repository.
|
- Skill scripts are located in their respective skill directories under `scripts/` -- look for them there, not in this repository.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
- Baseline: `go test -count=1 ./...`
|
- Baseline: `go test -race -gcflags "all=-d=checkptr=0" ./...`
|
||||||
- Do not use `-race`: `boltdb/bolt@v1.3.1` triggers a `checkptr` panic under race instrumentation; this is an upstream bug, not a project defect.
|
- `boltdb/bolt@v1.3.1` triggers a `checkptr` panic under race instrumentation; this is an upstream bug, not a project defect.
|
||||||
|
|||||||
Reference in New Issue
Block a user