Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Bump pyo3 from 0.21.0 to 0.21.2 #34

Bump pyo3 from 0.21.0 to 0.21.2

Bump pyo3 from 0.21.0 to 0.21.2 #34

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-11-06
- name: Cargo build
run: cargo +nightly-2022-11-06 build
- name: Cargo test
run: cargo +nightly-2022-11-06 test