Skip to content

zombie-einstein test build #137

zombie-einstein test build

zombie-einstein test build #137

Workflow file for this run

name: test-build
run-name: ${{ github.actor }} test build
on: [pull_request]
jobs:
cargo_build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
container: rust:latest
steps:
- uses: actions/checkout@v3
- run: cargo build