Skip to content

the right slice has the same size as input so space complexity is o(n… #481

the right slice has the same size as input so space complexity is o(n…

the right slice has the same size as input so space complexity is o(n… #481

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: make ci
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov