Skip to content

Fix instruction string for gt4 #107

Fix instruction string for gt4

Fix instruction string for gt4 #107

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
name: Test the library out.
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test
- run: npm run benchmark
- run: npm run roblox