Thanks to visit codestin.com
Credit goes to github.com

Skip to content

perf: sliding refactoring, second take #5

perf: sliding refactoring, second take

perf: sliding refactoring, second take #5

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
name: Cache installed packages
with:
path: |
~/.cache/racket
~/.local/share/racket
key: ${{ runner.os }}-raco-${{ hashFiles('**/info.rkt') }}
- name: Set up Racket
uses: Bogdanp/[email protected]
with:
architecture: 'x64'
distribution: 'full'
variant: 'CS'
version: 'stable'
- name: Install dependencies
run: raco pkg install --auto --deps fail --name algorithms
- name: Run tests
run: raco test -x -p algorithms