Skip to content

update candle to version 0.4 (#6) #42

update candle to version 0.4 (#6)

update candle to version 0.4 (#6) #42

Workflow file for this run

name: test
on:
push:
branches:
- main
- release/**
pull_request:
branches:
- main
- release/**
schedule:
- cron: "0 3 * * 4"
env:
CARGO_WS_VERSION: "0.2.44"
jobs:
test:
name: platform
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Cargo test
run: cargo test