Skip to content

remove make test form ci since links don't exist anymore #40

remove make test form ci since links don't exist anymore

remove make test form ci since links don't exist anymore #40

Workflow file for this run

name: CI
on:
push:
branches: [ gh-pages ]
pull_request:
branches: [ gh-pages ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Test
run: make