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

Commit 7904bbe

Browse files
committed
Just running make test-unit for now
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
1 parent 81f9cca commit 7904bbe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/grain.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,8 @@ 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
2217
- uses: actions/checkout@v2
2318
- name: Testing
2419
run: |
25-
# wasmtime --version
2620
grain --version
2721
make test-unit

0 commit comments

Comments
 (0)