Skip to content

Use krk_int_from_float for float.__int__, shortcircuit small enough v… #766

Use krk_int_from_float for float.__int__, shortcircuit small enough v…

Use krk_int_from_float for float.__int__, shortcircuit small enough v… #766

Workflow file for this run

on: [push, workflow_dispatch]
name: Build and Run Test Suite
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Clone Repository
uses: actions/checkout@v2
- name: Build
run: make clean && make
- name: Test
run: make test