Skip to content

Print the output and expected dll bytes, if they don't match #9

Print the output and expected dll bytes, if they don't match

Print the output and expected dll bytes, if they don't match #9

Workflow file for this run

name: CI Build
on: push
jobs:
build-ubuntu-clang:
name: ubuntu-clang
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clone the grug submodule
run: git submodule update --init
- name: Install nasm
run: sudo apt install nasm
- name: Run the tests
run: ./tests.sh