Skip to content

ci(store): temp comment out logger to make ci passed #1

ci(store): temp comment out logger to make ci passed

ci(store): temp comment out logger to make ci passed #1

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-07-02
override: true
- name: Unit Tests
working-directory: .
run: cargo test