Skip to content

Commit

Permalink
Run tests in eu-north-1 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Apr 29, 2024
1 parent 3397640 commit 02d76b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ AWS_SESSION_TOKEN=$(jq -r .Credentials.SessionToken <<<"$json")
export AWS_ACCESS_KEY_ID
export AWS_SECRET_ACCESS_KEY
export AWS_SESSION_TOKEN
export AWS_REGION=us-east-1
export AWS_REGION=eu-north-1
cargo t "$@" -- --ignored

0 comments on commit 02d76b5

Please sign in to comment.