Skip to content

[cpp] Update verify test for DFS #15

[cpp] Update verify test for DFS

[cpp] Update verify test for DFS #15

Workflow file for this run

name: Build and Test
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm test