Skip to content

Default INSTALL_DIR to current directory (#8) #19

Default INSTALL_DIR to current directory (#8)

Default INSTALL_DIR to current directory (#8) #19

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: codex/wrapper/go.mod
- name: Run tests
working-directory: codex/wrapper
run: go test -v ./...