Skip to content

Bump afl from 0.13.5 to 0.14.1 in /fuzz/afl.rs #110

Bump afl from 0.13.5 to 0.14.1 in /fuzz/afl.rs

Bump afl from 0.13.5 to 0.14.1 in /fuzz/afl.rs #110

Workflow file for this run

name: Verify Commits
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm install
- name: Compile grammar
run: npm run generate
- name: Run all tests
run: npm run test
- name: Run all examples
run: npm run examples