Skip to content

upd: updated makefile #47

upd: updated makefile

upd: updated makefile #47

Workflow file for this run

name: Docker CI
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
make build
make test