Skip to content

linker(feat): Add support for mold when present for performance. #4

linker(feat): Add support for mold when present for performance.

linker(feat): Add support for mold when present for performance. #4

Workflow file for this run

on: [push]
name: unit_tests
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
components: rust-src
- name: Run unit tests
run: bash ./test.sh