Skip to content

refactor the code to use one set of Docker instructions #347

refactor the code to use one set of Docker instructions

refactor the code to use one set of Docker instructions #347

Workflow file for this run

name: Unit testing
on:
push:
branches:
- master
pull_request:
branches:
- master
types: [opened, synchronize, closed]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/[email protected]
- name: Set up Go development environment
uses: actions/[email protected]
with:
go-version: '1.19.0'
- name: Run tests
run: make test