Skip to content

check stdmod existence by directly looking at the directory #14

check stdmod existence by directly looking at the directory

check stdmod existence by directly looking at the directory #14

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: run test
run: make test