Skip to content

Commit 5de2084

Browse files
committed
earliest in makefile
1 parent 7fbdb81 commit 5de2084

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "git diff again"
3232
git diff tests/src/expected/Auto.res.txt
3333
echo "make now===="
34-
& $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test
34+
& $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make foo
3535
artifact-folder: win32
3636

3737
runs-on: ${{matrix.os}}

analysis/Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ test: dce tests/node_modules/.bin/rescript
5454
clean:
5555
git clean -dfx src
5656

57+
foo:
58+
@echo "git diff makefile foo"
59+
git diff tests/src/expected/Auto.res.txt
60+
5761
.DEFAULT_GOAL := build-native
5862

59-
.PHONY: depend clean build-native dce test
63+
.PHONY: depend clean build-native dce test foo

0 commit comments

Comments
 (0)