Skip to content

refactor: Deprecate Cell::new and Cell::new_with_data #64

refactor: Deprecate Cell::new and Cell::new_with_data

refactor: Deprecate Cell::new and Cell::new_with_data #64

Workflow file for this run

name: CI
on:
push:
pull_request:
# Run on merged pull requests
types: [ closed ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose