Skip to content

Commit 970cbf6

Browse files
committed
ci: avoid running issue_30 tests on CI on Windows
The test requires a workspace, pulling the Docker build environment. That takes more than 25 minutes, so it's not worth running it on CI.
1 parent e0d3473 commit 970cbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Integration tests are disabled on Windows as they take *way* too
3737
# long to pull the Docker image
3838
- os: windows-latest
39-
test_flags: --skip buildtest --skip integration
39+
test_flags: --skip buildtest --skip integration --skip run_binary_with_same_name_as_file
4040
steps:
4141
- name: Checkout the source code
4242
uses: actions/checkout@master

0 commit comments

Comments
 (0)