diff --git a/.github/workflows/publish_lib_to_npm.yml b/.github/workflows/publish_lib_to_npm.yml index cf2b7b6..9c396fd 100644 --- a/.github/workflows/publish_lib_to_npm.yml +++ b/.github/workflows/publish_lib_to_npm.yml @@ -43,8 +43,8 @@ jobs: - name: Perform type-checking run: just type-check-all - - name: Run all tests - run: just test-all + - name: Run tests + run: just test && just test-examples - name: Publish run: just release-lib