diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d77c4569..3d4be536 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -56,8 +56,8 @@ jobs: - name: Install dependencies run: npm install - - name: ${{ matrix.script }} - run: npm run ${{ matrix.script }} + - name: Browser + run: npm run test-browser build-native: diff --git a/README.md b/README.md index e72457bb..90d3e5ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bcrypto -![node.js](https://github.com/bcoin-org/bcrypto/workflows/node.js/badge.svg) +[![Node.js](https://github.com/bcoin-org/bcrypto/actions/workflows/node.js.yml/badge.svg)](https://github.com/bcoin-org/bcrypto/actions/workflows/node.js.yml) The missing crypto module for Node.js. Bcrypto provides you with a consistent interface across Node.js and the browser. It is implemented as a [Node.js