Skip to content

make a test fail to test readme badge #6

make a test fail to test readme badge

make a test fail to test readme badge #6

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run tests
run: |
make test