Skip to content

Ensure that arrays given to the Glk API are always leaked when we're … #29

Ensure that arrays given to the Glk API are always leaked when we're …

Ensure that arrays given to the Glk API are always leaked when we're … #29

name: build-and-test
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo build
- run: cargo clippy
- run: ./tests/prepare.sh glulxe regtest
- run: ./tests/runtests.sh