Skip to content

Main example reformatting #12

Main example reformatting

Main example reformatting #12

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