Skip to content

Update opendal requirement from 0.38.1 to 0.39.0 in /zino-core #133

Update opendal requirement from 0.38.1 to 0.39.0 in /zino-core

Update opendal requirement from 0.38.1 to 0.39.0 in /zino-core #133

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install nightly
run: rustup install nightly
- name: Set default toolchain
run: rustup default nightly
- name: Build
run: cargo build --features axum,full --verbose
- name: Run tests
run: cargo test --verbose