Skip to content

Commit 1b1945d

Browse files
committed
restored the disabled workflows and tests
1 parent 0aa78e4 commit 1b1945d

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Linux Build
55

66
on:
77
push:
8-
branches: ["master"]
8+
branches: ["main"]
99
paths:
1010
- "include/**"
1111
- "src/**"
@@ -17,7 +17,7 @@ on:
1717
- "CMakeLists.txt"
1818
- ".github/workflows/linux.yml"
1919
pull_request:
20-
branches: ["master"]
20+
branches: ["main"]
2121
paths:
2222
- "include/**"
2323
- "src/**"

.github/workflows/macos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Macos Build
55

66
on:
77
push:
8-
branches: ["master"]
8+
branches: ["main"]
99
paths:
1010
- "include/**"
1111
- "src/**"
@@ -17,7 +17,7 @@ on:
1717
- "CMakeLists.txt"
1818
- ".github/workflows/macos.yml"
1919
pull_request:
20-
branches: ["master"]
20+
branches: ["main"]
2121
paths:
2222
- "include/**"
2323
- "src/**"

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535

3636
matrix:
37-
preset: [debug]
37+
preset: [debug, release]
3838
# TODO: compiler: [cl, clang-cl]
3939
compiler: [cl]
4040

tests/beman/execution26/CMakeLists.txt

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010

1111
list(
1212
APPEND
13-
x_execution_tests
13+
execution_tests
1414
notify.test
1515
exec-scounting.test
1616
exec-awaitable.test
@@ -94,12 +94,6 @@ list(
9494
utilities.test
9595
)
9696

97-
list(
98-
APPEND
99-
execution_tests
100-
exec-just.test
101-
)
102-
10397
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
10498

10599
if(NOT DEFINED CMAKE_CXX_STANDARD)

0 commit comments

Comments
 (0)