Testing Features with ProGuard Running

I want to test some features with ProGuard on. Debugging is unnecessary for this task, but i want ProGuard to run when I hit run in eclipse. I don’t want to export the binary every time and save as APK and get it to the device to test.

Does anyone have recommendations of how to run ProGuard using this approach?