Skip to content

merge sort

merge sort #13

Workflow file for this run

on: push
name: Go Tests
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21.1
- name: Run All Tests
working-directory: ./go-dsa
run: go test -v ./...