diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 0d265c984..73ae290d0 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -38,7 +38,7 @@ jobs: # Test some specific things for backwards compatibility. # It's important to restrain from using too much of Node.js 22+ features # until it goes into maintenance LTS state and majority of users catches up - yarn jest -t 'isSubsetOf' + yarn test isSubsetOf # Clean-up yarn cleanall yarn config delete ignore-engines