mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
github: Run standalone tests
This commit is contained in:
parent
45e99556b9
commit
279f6a4a17
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-standalone.yml
vendored
2
.github/workflows/build-standalone.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/setup
|
||||
- run: make -C src/standalone install-deps all
|
||||
- run: make -C src/standalone install-deps all check
|
2
.github/workflows/publish-standalone.yml
vendored
2
.github/workflows/publish-standalone.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/setup
|
||||
- run: |
|
||||
make -C src/standalone install-deps package
|
||||
make -C src/standalone install-deps package check
|
||||
shasum src/standalone/waforth*
|
||||
- name: "Upload artifacts"
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue