diff --git a/.busted b/.busted index 58c2b3fd22..b069f116cf 100644 --- a/.busted +++ b/.busted @@ -1,6 +1,6 @@ return { _all = { - coverage = true, + coverage = false, verbose = true, }, default = { diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df670c7790..8344d96604 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run tests - run: busted --lua=luajit --no-coverage + run: busted --lua=luajit check_modcache: runs-on: ubuntu-latest container: ghcr.io/pathofbuildingcommunity/pathofbuilding-tests:latest