toolchainlabs / issues

Public repo just for filing bugs and feature requests
0 stars 0 forks source link

Feature: Ability to filter a in BuildSense by targets #4

Open yoav-orca opened 2 years ago

yoav-orca commented 2 years ago

We are currently splitting the execution into multiple workflows because we can't fit ./pants test :: into a single workflow. We want to be able to filter by the target, for example, if I have the following command:

./pants test a/test_a.py b/test_b.py

I want to be able to filter out by test_b.py