Skip to content

Tests: Add coverage for listing projects at various positions #152

Tests: Add coverage for listing projects at various positions

Tests: Add coverage for listing projects at various positions #152

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-20.04, macos-11]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- run: make
- run: make dist
- run: make test