Skip to content

feat: integration test #112

feat: integration test

feat: integration test #112

Workflow file for this run

name: Rust CI
on:
push:
branches: [main]
pull_request:
# simplest example of using the rust-base action
jobs:
rust-base:
uses: init4tech/actions/.github/workflows/rust-base.yml@main
with:
requires-private-deps: true
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}