Skip to content

Commit

Permalink
Makefile: Fix test target
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed May 30, 2024
1 parent 32a3429 commit d3c5fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ INARA_TEST_CMD = docker run --rm -it \
--env SOURCE_DATE_EPOCH=1234567890 \
-v $${PWD}:/data openjournals/inara:latest

.PHONY: test golden-tests test-jats test-%
test: golden-tests
.PHONY: test test-golden test-jats test-%
test: test-golden

test-golden: test-crossref test-jats test-pdf test-preprint

Expand Down

0 comments on commit d3c5fa4

Please sign in to comment.