Skip to content

Add setAt

Add setAt #101

Workflow file for this run

name: Tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Build go
run: cd mshell && go build -o mshell
- name: Set Go PATH
run: realpath ./mshell > "$GITHUB_PATH"
- name: Test mshell-go
run: cd tests && ./test.sh