Skip to content

Commit

Permalink
idea
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 396db35 commit ecf3125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

jobs:
unit:
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: buildjet-8vcpu-ubuntu-2204
container: ghcr.io/jdx/rtx:github-actions
timeout-minutes: 10
steps:
Expand Down
1 change: 1 addition & 0 deletions src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ fn init() {
PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("test"),
);
set_current_dir(env::HOME.join("cwd")).unwrap();
env::remove_var("RTX_TRUSTED_CONFIG_PATHS");
env::set_var("NO_COLOR", "1");
env::set_var("RTX_YES", "1");
env::set_var("RTX_USE_TOML", "0");
Expand Down

0 comments on commit ecf3125

Please sign in to comment.