Skip to content

On startup, if the engine finds a "desktop icon", it will try to use … #39

On startup, if the engine finds a "desktop icon", it will try to use …

On startup, if the engine finds a "desktop icon", it will try to use … #39

Workflow file for this run

name: Engine automated tests
on:
push:
branches: [master, experimental]
jobs:
test:
runs-on: ubuntu-latest
name: Build and Test Engine package
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
with:
version: 0.14.1
- run: zig build test