Skip to content

Commit

Permalink
Add empty "os" and "compiler" in core-tests (maybe this will work?)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-senichenkov committed Jan 7, 2025
1 parent d0ad271 commit 6ac3bf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- { BUILD_TYPE: Debug }
- { BUILD_TYPE: Debug, SANITIZER : ADDRESS }
- { BUILD_TYPE: Debug, SANITIZER : UB }
os: []
compiler: []
include:
# TODO(senichenkov): Select image dynamically, based on name
- os: {name: ubuntu, image: ubuntu-latest}
Expand Down

0 comments on commit 6ac3bf7

Please sign in to comment.