Skip to content

Add SETY instruction. Add more tests for SETX. #36

Add SETY instruction. Add more tests for SETX.

Add SETY instruction. Add more tests for SETX. #36

Workflow file for this run

# Based on https://github.com/mvdan/github-actions-golang
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go test -v -cover ./...