fix make test. #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- '*' | |
tags-ignore: | |
- '*' | |
pull_request: | |
jobs: | |
# As of this writing, Ubuntu’s emscripten doesn’t accommodate | |
# the Node.js bug described in | |
# https://github.com/emscripten-core/emscripten/issues/16913. | |
# | |
# So no Linux for now. | |
mac: | |
runs-on: macOS-latest | |
steps: | |
- run: node --version | |
- uses: actions/checkout@main | |
- run: brew install emscripten autoconf automake libtool | |
- run: npm install | |
- run: make test |