Skip to content

alangalvino/github-actions-cl-rove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Github Actions Common Lisp Rove Tests

Runs Common Lisp tests using Rove library

Example of use (see alangalvino/incognia-wrapper):

on: [push]

jobs:
  test:
    runs-on: ubuntu-latest
    name: A job to run Common Lisp tests
    steps:
    - name: Checkout
      uses: actions/checkout@v2
    - name: Install libyaml-dev
      run: sudo apt-get install libyaml-dev
    - name: Run tests (Common Lisp Rove)
      uses: alangalvino/[email protected]

About

Runs Common Lisp tests using rove library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages