From b4bcfc1624b952bdc5d0bcc59763675139ff5286 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 4 Jun 2021 15:53:07 -0600 Subject: [PATCH] simplify tests Signed-off-by: Matt Butcher --- .github/workflows/grain.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/grain.yml b/.github/workflows/grain.yml index bc29a9e..dabdb6c 100644 --- a/.github/workflows/grain.yml +++ b/.github/workflows/grain.yml @@ -14,13 +14,13 @@ jobs: with: name: "grain" url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64" - - uses: engineerd/configurator@v0.0.7 - with: - name: "wasmtime" - url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz" - pathInArchive: wasmtime + #- uses: engineerd/configurator@v0.0.7 + # with: + # name: "wasmtime" + # url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz" + # pathInArchive: wasmtime - name: Testing run: | - wasmtime --version + # wasmtime --version grain --version - make test + make test-unit