Skip to content
Snippets Groups Projects
  • Bastian Köcher's avatar
    polkadot-service: Fix flaky tests (#6376) · d1620f06
    Bastian Köcher authored
    The tests used the same paths. When run on CI, each test is run in its
    own process and thus, this "serial_test" crate wasn't used. The tests
    are now using their own thread local tempdir, which ensures that the
    tests are working when running in parallel in the same program or when
    being run individually.
    Unverified
    d1620f06
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Cargo. Learn more