diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c916d28..e0a140a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: run: deno lint - name: Run tests - run: deno task test + run: deno task test:unit - name: Generate coverage report run: deno coverage --lcov coverage > coverage.lcov diff --git a/deno.json b/deno.json index 9a97636..13563f3 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@moonlight/moonlight-sdk", - "version": "0.11.1", + "version": "0.11.2", "description": "A privacy-focused toolkit for the Moonlight protocol on Stellar Soroban smart contracts.", "license": "MIT", "tasks": {