We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc46423 commit bd3a29bCopy full SHA for bd3a29b
Makefile
@@ -222,9 +222,9 @@ $(TEST_TARGETS): run-tests
222
223
# check-* compiles and collects tests without running them
224
# note: go test -c doesn't support multiple packages yet (https://github.com/golang/go/issues/15513)
225
-CHECK_TEST_TARGETS := test-unit test-unit-amino
226
-check-test-unit: test-unit
227
-check-test-unit-amino: test-unit-amino
+CHECK_TEST_TARGETS := check-test-unit check-test-unit-amino
+check-test-unit: ARGS=-tags='cgo ledger test_ledger_mock norace'
+check-test-unit-amino: ARGS=-tags='ledger test_ledger_mock test_amino norace'
228
$(CHECK_TEST_TARGETS): EXTRA_ARGS=-run=none
229
$(CHECK_TEST_TARGETS): run-tests
230
0 commit comments