Skip to content

Commit

Permalink
Use env-file feature for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed Aug 27, 2020
1 parent dd60983 commit 9ee378b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: check
args: --all-targets
args: --all-targets --features env-file

cross-compile:
name: Cross Compile
Expand Down Expand Up @@ -74,6 +74,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --features env-file

lints:
name: Lints
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- Updated dependencies to the latest versions, integrated Dependabot to keep track of them.

**Breaking changes:**
- `dotenv` support is now optional. You can enable it with the `dotenv-file` feature to have the same behavior as before.
- `dotenv` support is now optional. You can enable it with the `env-file` feature to have the same behavior as before.

## 0.10 (2020/07/01)

Expand Down

0 comments on commit 9ee378b

Please sign in to comment.