Skip to content

Build(deps): Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /web_app #3

Build(deps): Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /web_app

Build(deps): Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /web_app #3

Workflow file for this run

name: Regex Engine CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run tests in 'regex_engine'
run: |
cd regex_engine
go test ./...