Skip to content
life-buoy

GitHub Action

raku-test-action

v2 Latest version

raku-test-action

life-buoy

raku-test-action

Test raku modules caching dependencies

Installation

Copy and paste the following snippet into your .yml file.

              

- name: raku-test-action

uses: JJ/raku-test-action@v2

Learn more about this action in JJ/raku-test-action

Choose a version

GitHub Action for testing Raku modules/distributions

Use it in your Raku modules like so:

on: [ push, pull_request ]
jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - name: Test via install
        uses: JJ/raku-test-action@main

It will install dependencies, test, and then cache installation so you don't have to do it again in the future. It's using the latest version of Raku, whatever that is at the moment.