Skip to content

Commit a3d7066

Browse files
committed
test it
1 parent 5fc25d6 commit a3d7066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v4
88
with:
99
submodules: true
10-
- run: make linux
10+
- run: make linux TARGET=test
1111
- run: cat build/test/diff.txt
1212
- uses: actions/upload-artifact@v4
1313
with:
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
submodules: true
23-
- run: make mac
23+
- run: make mac TARGET=test
2424
- run: cat build/test/diff.txt
2525
- uses: actions/upload-artifact@v4
2626
with:
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
version: 12.2.0
4040
platform: x64
41-
- run: make windows
41+
- run: make windows TARGET=test
4242
- run: cat build/test/diff.txt
4343
- uses: actions/upload-artifact@v4
4444
with:

0 commit comments

Comments
 (0)