Skip to content

LukasPukenis is running unit tests #2149

LukasPukenis is running unit tests

LukasPukenis is running unit tests #2149

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@v3
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.64.0
default: true
- name: Run unit tests
run: |
cargo test