Skip to content

Making some progress integrating Remglk-rs into Emglken. DispatchRock… #17

Making some progress integrating Remglk-rs into Emglken. DispatchRock…

Making some progress integrating Remglk-rs into Emglken. DispatchRock… #17

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