Skip to content

Commit

Permalink
Merge pull request #35 from lxylxy123456/relabel
Browse files Browse the repository at this point in the history
Remove disable of RelabelToFrontTest
  • Loading branch information
lxylxy123456 committed Dec 18, 2020
2 parents bce4239 + af892dc commit e89d1a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ VALGRIND := $(patsubst bin/%,valgrind/%,$(filter %Test,$(TARGETS)))

# VALGRIND_ALL has currently unavailable tests filtered out
VALGRIND_ALL := $(VALGRIND)
VALGRIND_ALL := $(filter-out valgrind/RelabelToFrontTest,$(VALGRIND_ALL))
# https://github.com/lxylxy123456/algorithms/pull/39/checks?check_run_id=1574645545
VALGRIND_ALL := $(filter-out valgrind/FordFulkersonTest,$(VALGRIND_ALL))

Expand Down

0 comments on commit e89d1a0

Please sign in to comment.