Skip to content

Commit

Permalink
remove condition, rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Nov 14, 2023
1 parent ac63c57 commit 220ad96
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cmd/tools/vpm/install_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ const (
fn testsuite_begin() {
os.setenv('VMODULES', test_path, true)
os.setenv('VPM_DEBUG', '', true)
// Skipping download count increment should be the default if vpm runs in CI.
// Don't set `VPM_NO_INCREMENT` to test this behavior. `CI` is always true in GH CI runs.
if os.getenv('CI') == '' {
os.setenv('VPM_NO_INCREMENT', '1', true)
}
os.setenv('VPM_NO_INCREMENT', '1', true)
}

fn testsuite_end() {
Expand Down

0 comments on commit 220ad96

Please sign in to comment.