Skip to content

Commit

Permalink
refactor: Remove unused code and add main package to internal/ai/cmd/…
Browse files Browse the repository at this point in the history
…main.go
  • Loading branch information
doziestar committed Jul 6, 2024
1 parent 53afa68 commit 946d24a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,16 @@ Run the tests with:
```bash
go test ./...
cd web && yarn test && cd ..

// or

go test -v -race -coverprofile=pkg/coverage.txt -covermode=atomic ./internal/auth/...
```

To ensure that the code meets our standards, run the pre-commit hooks:

```bash
pre-commit run --all-files
```

### Linting
Expand Down

0 comments on commit 946d24a

Please sign in to comment.