Skip to content

Tweak speeds and bucket sizes more #92

Tweak speeds and bucket sizes more

Tweak speeds and bucket sizes more #92

Workflow file for this run

---
name: Test
on: push
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/inko:main
steps:
- run: microdnf install --quiet --assumeyes tar git
- uses: actions/checkout@v3
- run: inko --version
- run: inko test