Skip to content

Commit

Permalink
Isolate env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Aug 28, 2023
1 parent fa0b329 commit e4c3e0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Clippy lints
run: |
nix develop -c \
nix develop -ic \
cargo clippy --all --all-features --all-targets --no-deps
- name: Cargo Doc
run: |
nix develop -c \
nix develop -ic \
cargo doc --all --all-features --no-deps --document-private-items
- name: Cargo Test
run: |
nix develop -c \
nix develop -ic \
cargo test --all --all-features --all-targets

0 comments on commit e4c3e0e

Please sign in to comment.