Skip to content

chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 in /backend in the go_modules group across 1 directory #308

chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 in /backend in the go_modules group across 1 directory

chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 in /backend in the go_modules group across 1 directory #308

Workflow file for this run

# Copyright 2025 AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: Run all tests
on:
workflow_call:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v5.0.0
- name: test
run: |
echo "Running all tests..."
./deployments/test/unit-test.sh