Run only specific cells when running `nbdev_test`

Hi everyone,

If I understood correctly, running nbdev_test (and therefore also nbdev_prepare) will by default run all the cells in the notebook except those with #| eval: false. Is it possible to invert this default behaviour such that nbdev will only run specific cells in which I write #| eval: true ?