Skip to content

Commit

Permalink
update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 19, 2024
1 parent 8afc448 commit 7411ecb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
v fmt -verify .
- name: Build go2v
run: v -prod .
run: v .

- name: Run tests
run: v run .
run: v -g run .
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ Uses JSON Go AST generated by go/parser.

Early stage.

To run the tests:
## Requirements:
Run `go install github.com/asty-org/asty@latest`.
Make sure that `asty` is in your PATH.

```bash
v run .
## Testing

```
To run the existing tests, do `v run .`

To attempt a new test, specify the path to the directory as well as
the name of the test:
Expand Down

0 comments on commit 7411ecb

Please sign in to comment.