From 711d4fdace537413c4178904af46ca7e445437e3 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Wed, 11 Nov 2020 09:00:26 -0500 Subject: [PATCH] make instead of cargo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4761e86..5f667890 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,4 +35,4 @@ jobs: # Don't use a 'components:' entry--we don't need them with beta/nightly, plus nightly often doesn't have them override: true - - run: cargo test + - run: make test