Skip to content

fix the readme, from pipelines flag to skip-pipelines flag #1053

fix the readme, from pipelines flag to skip-pipelines flag

fix the readme, from pipelines flag to skip-pipelines flag #1053

Workflow file for this run

name: testing for PR
on:
pull_request:
jobs:
build:
name: testing PR build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run tests
run: make test