Skip to content

Linked list + updated benchmarks #2

Linked list + updated benchmarks

Linked list + updated benchmarks #2

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: docker/build-push-action@v3
with:
push: false
tags: runtests
file: Dockerfile.tests