Skip to content

Use Draw1x1Shape everywhere instead of Alloc1x1Shape #81

Use Draw1x1Shape everywhere instead of Alloc1x1Shape

Use Draw1x1Shape everywhere instead of Alloc1x1Shape #81

Workflow file for this run

name: tests
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install cc65 toolchain
run: sudo apt install -y cc65
- name: Build
run: make all
- name: Test
run: make test