Skip to content

ci: Introduce release-plz #11

ci: Introduce release-plz

ci: Introduce release-plz #11

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests debug
run: cargo test
- name: Run tests release
run: cargo test --release