Skip to content

Commit

Permalink
simplify tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
  • Loading branch information
technosophos committed Jun 4, 2021
1 parent 9e549d7 commit b4bcfc1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/grain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b4bcfc1

Please sign in to comment.