File: testrules.yml

package info (click to toggle)
libcpan-sqlite-perl 0.220-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 568 kB
  • sloc: perl: 6,897; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
    seq:
        # tests that are not parallel-ready (will run in isolation)
        - seq:
            - t/02drop.t
            - t/03info.t
            - t/04search.t
            - t/04search_everything.t
            - t/05meta_new.t
            - t/05meta_update.t
        # tests that can run in parallel
        - par:
            # wildcard for everything else
            - **