Skip to content

[Makefile] Rename TEST_SIMD to CD_TEST_SIMD. #275

[Makefile] Rename TEST_SIMD to CD_TEST_SIMD.

[Makefile] Rename TEST_SIMD to CD_TEST_SIMD. #275

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: cargo-bins/cargo-binstall@v1.4.9
- run: cargo install cargo-run-bin
- run: make build
- run: make test
- run: make lint