Skip to content

LukasPukenis is running unit tests #2087

LukasPukenis is running unit tests

LukasPukenis is running unit tests #2087

Workflow file for this run

name: Unit tests
run-name: ${{ github.actor }} is running unit tests
on:
- push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.72.1
default: true
- name: Run unit tests
run: |
cargo test