Skip to content

update github action to run the automated tests #2

update github action to run the automated tests

update github action to run the automated tests #2

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
jobs:
release:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: actions/setup-go@v5
with:
go-version: stable
- name: Run
run: scripts/test.sh