Test only specific tags for individual sources

I am looking for the correct syntax to run tests for one source at a time and also only test columns with certain tags.

dbt test -s source:modelname+ tag:data_quality_test

but this runs tests on only the tagged columns but for all sources. I’ve tried a couple different versions of basically the same thing. Is there way to select a source AND a tag type?