How can I test only the seeds folder on my dbt projet??

I've used dbt test, but it tests the entire project (seeds included). I've used dbt test --select seeds but it says: Nothing to do. Try checking your model configs and model specification args
Is there any way to test only the seeds folder?
I've searched everywhere but I couldn't find anything regarding this
From the docs:
# Run tests on all seeds, which use the 'seed' materialization
$ dbt test --select config.materialized:seed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With