package
2.1.0
Repository: https://github.com/aos-dev/go-service-fs.git
Documentation: pkg.go.dev

# README

How run integration tests

Run tests locally

Copy example files and update corresponding values.

cp Makefile.env.exmaple Makefile.env

Run tests

make integration_test

Run tests in CI

Set following environment variables:

export STORAGE_FS_INTEGRATION_TEST=on

Run tests

make integration_test