We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fbdb81 commit 5de2084Copy full SHA for 5de2084
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
echo "git diff again"
32
git diff tests/src/expected/Auto.res.txt
33
echo "make now===="
34
- & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test
+ & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make foo
35
artifact-folder: win32
36
37
runs-on: ${{matrix.os}}
analysis/Makefile
@@ -54,6 +54,10 @@ test: dce tests/node_modules/.bin/rescript
54
clean:
55
git clean -dfx src
56
57
+foo:
58
+ @echo "git diff makefile foo"
59
+ git diff tests/src/expected/Auto.res.txt
60
+
61
.DEFAULT_GOAL := build-native
62
-.PHONY: depend clean build-native dce test
63
+.PHONY: depend clean build-native dce test foo
0 commit comments