Skip to content

Refactor COS.ACCEPTS() method #47

Refactor COS.ACCEPTS() method

Refactor COS.ACCEPTS() method #47

Workflow file for this run

name: test
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
jobs:
raku:
strategy:
matrix:
os:
- macOS-latest
raku-version:
- 'latest'
- '2022.07'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: Raku/setup-raku@v1
with:
raku-version: ${{ matrix.raku-version }}
- name: Install Libraries (MacOS)
run: brew install openssl
- name: Install Dependencies
run: |
zef install --deps-only .
- name: Run Tests
run: zef --verbose test .