Skip to content

Enable Link Time Optimization (LTO) and set codegen-units to 1 #48

Enable Link Time Optimization (LTO) and set codegen-units to 1

Enable Link Time Optimization (LTO) and set codegen-units to 1 #48

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: ["ubuntu", "macos"]
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo build --verbose
- run: cargo test --verbose
- run: cd test && ./test.sh