Skip to content

chore: definition at build.rs and assert_almost_equal #2

chore: definition at build.rs and assert_almost_equal

chore: definition at build.rs and assert_almost_equal #2

Workflow file for this run

name: Pre-Release
on:
push:
branches: ["ci/test_build_test"]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
jobs:
test_rust:
name: Test Rust
runs-on: ubuntu-22.04
env:
CC: gcc-12
CXX: g++-12
steps:
- uses: actions/checkout@v4
- run: git submodule update --init --recursive
- name: Update compilers
run: |
sudo apt update
sudo apt install -y cmake build-essential libjemalloc-dev libomp-dev gcc-12 g++-12
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Build and Test
uses: actions-rs/cargo@v1
with:
command: test