Skip to content

Commit

Permalink
Add some batches
Browse files Browse the repository at this point in the history
  • Loading branch information
guenhter committed Aug 18, 2024
1 parent 281177f commit 24f3970
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Rust
name: CI

on:
push:
Expand Down
22 changes: 20 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,30 @@
= Temporary Environment Variables

:caution-caption: :fire:
:status:
:url-repo: https://github.com/guenhter/temp_env_vars


ifdef::status[]
image:https://img.shields.io/crates/l/serial_test.svg[MIT license,link={url-repo}/blob/main/LICENSE]
image:{url-repo}/workflows/CI/badge.svg[Build Status (GitHub Actions),link={url-repo}/actions]
endif::[]


A crate to deal with environment variable changes specially during tests.

WARNING: The software currently in the starting phase and will change
[CAUTION]
====
The software currently in the starting phase and will change
====

== Installation

WARNING: This crate is not yet available via crates.io (comming soon)

[CAUTION]
====
This crate is not yet available via crates.io (comming soon)
====

```toml
temp_env_vars = { git = "https://github.com/guenhter/temp_env_vars.git", branch = "main" }
Expand Down

0 comments on commit 24f3970

Please sign in to comment.