Skip to content

Commit

Permalink
feat(#2737): Making the tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
pbanaszkiewicz committed Feb 16, 2025
1 parent fd953f1 commit 9d8ca54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ database:

## test : run all tests except migration tests.
test :
${MANAGE} test --exclude-tag migration_test --exclude-tag autoemails
${MANAGE} test --exclude-tag migration_test --exclude-tag autoemails amy

## test_migrations : test database migrations only
test_migrations:
${MANAGE} test --tag migration_test
${MANAGE} test --tag migration_test amy

## dev_database : re-make database using saved data
dev_database :
Expand Down

0 comments on commit 9d8ca54

Please sign in to comment.