Skip to content

bump golang.org/x/crypto #27

bump golang.org/x/crypto

bump golang.org/x/crypto #27

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: docker compose run test bash -c "make test"