Skip to content

Commit

Permalink
Autobuilder test/unsupported os: Promote to Windows and Linux test.
Browse files Browse the repository at this point in the history
This way, we have at least one Windows test, which makes our internal testing easier.
  • Loading branch information
criemen committed Aug 8, 2024
1 parent 081b875 commit 9ce8018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import runs_on


@runs_on.linux
@(runs_on.linux or runs_on.windows)
def test(codeql, swift):
codeql.database.create(_assert_failure=True)

0 comments on commit 9ce8018

Please sign in to comment.