We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d3473 commit 970cbf6Copy full SHA for 970cbf6
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
# Integration tests are disabled on Windows as they take *way* too
37
# long to pull the Docker image
38
- os: windows-latest
39
- test_flags: --skip buildtest --skip integration
+ test_flags: --skip buildtest --skip integration --skip run_binary_with_same_name_as_file
40
steps:
41
- name: Checkout the source code
42
uses: actions/checkout@master
0 commit comments