Update EF tests to 1.0.0 (#1875)

## Proposed Changes

Bump the EF tests from `1.0.0-rc.0` to `1.0.0`

## Additional Info

Builds on #1862
This commit is contained in:
Michael Sproul
2020-11-12 23:52:38 +00:00
parent 7404f1ce54
commit 11076912d9
2 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
TESTS_TAG := v1.0.0-rc.0
TESTS_TAG := v1.0.0
TESTS = general minimal mainnet
TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))