Skip to content

Continue current development cycle 0.11.0-SNAPSHOT #65

Continue current development cycle 0.11.0-SNAPSHOT

Continue current development cycle 0.11.0-SNAPSHOT #65

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- develop
- 'feature/**'
workflow_call:
inputs:
test-args:
type: string
required: false
description: Additional arguments for "cargo test"
workflow_dispatch:
inputs:
test-args:
type: string
required: false
description: Additional arguments for "cargo test"
jobs:
call-test-workflow:
uses: FloGa/rust-workflows/.github/workflows/[email protected]
with:
system-preparation: ./.github/prepare-system
test-args: ${{ inputs.test-args }}