Skip to content

Fixed store.rs get_last documentation #121

Fixed store.rs get_last documentation

Fixed store.rs get_last documentation #121

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
- develop
pull_request:
branches:
- "**"
jobs:
build:
name: Test
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Test
uses: actions-rs/cargo@v1
with:
command: test
args: --target=x86_64-unknown-linux-gnu
- name: Build target
uses: actions-rs/cargo@v1
env:
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: '1'
CARGO_PROFILE_RELEASE_LTO: 'fat'
CARGO_BUILD_RUSTFLAGS: '-D warnings'
with:
command: build
args: --release