Skip to content

fix(deps): update module github.com/stretchr/testify to v1.9.0 #35

fix(deps): update module github.com/stretchr/testify to v1.9.0

fix(deps): update module github.com/stretchr/testify to v1.9.0 #35

Workflow file for this run

name: Run Tests
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
env:
CGO_ENABLED: 0
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./...
- name: Test build and run commands
run: go build -v -o testbin && ./testbin && ./testbin gliffy -i test/data/test_input.excalidraw -o /tmp/test_output.gliffy