Skip to content

use submodule roms

use submodule roms #17

Workflow file for this run

name: Test
on: [push]
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
- name: Test
run: make test