Skip to content

Added proper link to test badge #5

Added proper link to test badge

Added proper link to test badge #5

Workflow file for this run

name: PR-tests
on:
workflow_dispatch:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: ./test.sh