set shell := ["bash", "-lc"]

default: test

# Run the ormed_sqlite package tests
test:
	dart test --fail-fast
