Skip to content

Commit

Permalink
moved the seed directory
Browse files Browse the repository at this point in the history
  • Loading branch information
joshghent committed Oct 8, 2024
1 parent fb35681 commit 582c9be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ migrate:

.PHONY: seed
seed:
go run seed/seed.go
go run db/seed/seed.go

.PHONY: run
run:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ make seed
```

### To test
Please note that the test suite requires a postgres instance running locally and seeded with the data in the `seed` folder.
```
make test
```
Expand Down
File renamed without changes.

0 comments on commit 582c9be

Please sign in to comment.