Skip to content

Update time requirement from 0.2.16 to 0.3.31 #316

Update time requirement from 0.2.16 to 0.3.31

Update time requirement from 0.2.16 to 0.3.31 #316

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
cd mybatis
cargo build --verbose
- name: Run tests
run: |
cd mybatis
cargo test --verbose