Skip to content

Create main.yml

Create main.yml #1

Workflow file for this run

jobs:
example-job:
runs-on: ubuntu-latest
steps:
- run: cargo build -r
- run: cd tests
- run: cargo run