Skip to content

Added provenance to lua_State which should mitigate test failures und… #47

Added provenance to lua_State which should mitigate test failures und…

Added provenance to lua_State which should mitigate test failures und… #47

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
Test:
uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main
with:
rust_components: rust-src
Analyze:
uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main
needs: Test
Coverage:
uses: BlockProject3D/workflows/.github/workflows/Coverage.yml@main
with:
rust_components: rust-src
Release:
uses: BlockProject3D/workflows/.github/workflows/Release.yml@main
needs: Test
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}