Skip to content

Commit

Permalink
unset RWX_ACCESS_TOKEN when running tests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelglass committed Jul 10, 2023
1 parent b82d1f7 commit 431bc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .captain/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test-suites:
command: cargo clippy --workspace --tests --profile=release-unstable --all-features -- --deny warnings
# shorthand for running tests in dev
dev-test-abq:
command: cargo nextest r --all-features --cargo-profile=release-unstable
command: bash -c 'unset RWX_ACCESS_TOKEN && cargo nextest r --all-features --cargo-profile=release-unstable'

0 comments on commit 431bc2a

Please sign in to comment.