Skip to content

Up dependency version of JSON::Marshal #6

Up dependency version of JSON::Marshal

Up dependency version of JSON::Marshal #6

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
container:
image: rakudo-star:latest
steps:
- uses: actions/checkout@v2
- name: Raku version
run: raku -v
- name: Install dependencies
run: zef install --deps-only --/test --test-depends .
- name: Run tests
run: zef test -v --debug .