Skip to content

rename flooat to float0 #22

rename flooat to float0

rename flooat to float0 #22

Workflow file for this run

on:
push:
branches:
- "**"
workflow_dispatch:
permissions:
contents: write
pages: write
id-token: write
concurrency:
group: "tests"
jobs:
tests:
if: github.actor != 'github-actions[bot]'
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
with:
token: ${{ secrets.github_token }}
submodules: recursive
- uses: dtolnay/rust-toolchain@nightly
- name: test
run: |
export LD_LIBRARY_PATH=./oidn/oidn/lib:$LD_LIBRARY_PATH
cargo test --release --all-features --all-targets --all