Skip to content

Fix overflow in blit_bitmap #238

Fix overflow in blit_bitmap

Fix overflow in blit_bitmap #238

Workflow file for this run

name: Plotters Bitmap Backend
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --package=plotters-bitmap
- uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --no-default-features --lib --package=plotters-bitmap