Commit cb9979b 1 parent b8b689b commit cb9979b Copy full SHA for cb9979b
File tree 4 files changed +12
-6
lines changed
4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Linux Build
5
5
6
6
on :
7
7
push :
8
- branches : ["main "]
8
+ branches : ["master "]
9
9
paths :
10
10
- " include/**"
11
11
- " src/**"
17
17
- " CMakeLists.txt"
18
18
- " .github/workflows/linux.yml"
19
19
pull_request :
20
- branches : ["main "]
20
+ branches : ["master "]
21
21
paths :
22
22
- " include/**"
23
23
- " src/**"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Macos Build
5
5
6
6
on :
7
7
push :
8
- branches : ["main "]
8
+ branches : ["master "]
9
9
paths :
10
10
- " include/**"
11
11
- " src/**"
17
17
- " CMakeLists.txt"
18
18
- " .github/workflows/macos.yml"
19
19
pull_request :
20
- branches : ["main "]
20
+ branches : ["master "]
21
21
paths :
22
22
- " include/**"
23
23
- " src/**"
Original file line number Diff line number Diff line change 34
34
fail-fast : false
35
35
36
36
matrix :
37
- preset : [debug, release ]
37
+ preset : [debug]
38
38
# TODO: compiler: [cl, clang-cl]
39
39
compiler : [cl]
40
40
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ endif()
10
10
11
11
list (
12
12
APPEND
13
- execution_tests
13
+ x_execution_tests
14
14
notify.test
15
15
exec-scounting.test
16
16
exec-awaitable.test
94
94
utilities.test
95
95
)
96
96
97
+ list (
98
+ APPEND
99
+ execution_tests
100
+ exec-just.test
101
+ )
102
+
97
103
include_directories (${CMAKE_CURRENT_SOURCE_DIR} /include )
98
104
99
105
if (NOT DEFINED CMAKE_CXX_STANDARD)
You can’t perform that action at this time.
0 commit comments