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

Commit 3477f7d

Browse files
authored
Merge pull request #3 from technosophos/feat/gh-action-make-test
fetch wasmtime
2 parents 220f0f2 + 7904bbe commit 3477f7d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/grain.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
pull_request:
77
branches: [main]
88

9-
env:
10-
CARGO_TERM_COLOR: always
11-
129
jobs:
1310
grainbuild:
1411
runs-on: ubuntu-latest
@@ -17,6 +14,8 @@ jobs:
1714
with:
1815
name: "grain"
1916
url: "https://github.com/grain-lang/grain/releases/download/grain-v0.3.2/grain-linux-x64"
17+
- uses: actions/checkout@v2
2018
- name: Testing
2119
run: |
22-
grain --help
20+
grain --version
21+
make test-unit

0 commit comments

Comments
 (0)