Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit b4bcfc1

Browse files
committed
simplify tests
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
1 parent 9e549d7 commit b4bcfc1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/grain.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
with:
1515
name: "grain"
1616
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
17-
- uses: engineerd/configurator@v0.0.7
18-
with:
19-
name: "wasmtime"
20-
url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz"
21-
pathInArchive: wasmtime
17+
#- uses: engineerd/configurator@v0.0.7
18+
# with:
19+
# name: "wasmtime"
20+
# url: "https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz?.tar.gz"
21+
# pathInArchive: wasmtime
2222
- name: Testing
2323
run: |
24-
wasmtime --version
24+
# wasmtime --version
2525
grain --version
26-
make test
26+
make test-unit

0 commit comments

Comments
 (0)