Skip to content

Merge pull request #64 from jontze/dependabot/github_actions/actions/… #150

Merge pull request #64 from jontze/dependabot/github_actions/actions/…

Merge pull request #64 from jontze/dependabot/github_actions/actions/… #150

Workflow file for this run

name: Main
on:
push:
branches:
- main
pull_request:
branches:
- main
- develop
types:
- opened
- synchronize
- reopened
jobs:
test:
name: Test
uses: jontze/.workflows/.github/workflows/rust_test.yaml@main
with:
build: true
unit-tests: true