mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
test anton-small-vm
This commit is contained in:
parent
6ba4d33e1b
commit
d9d08a96e7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -8,14 +8,14 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
prep-dependency-container:
|
prep-dependency-container:
|
||||||
name: fmt, clippy, test --release
|
name: fmt, clippy, test --release
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, i5-4690K]
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
env:
|
env:
|
||||||
FORCE_COLOR: 1
|
FORCE_COLOR: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
clean: "false"
|
clean: "true"
|
||||||
|
|
||||||
- name: Earthly version
|
- name: Earthly version
|
||||||
run: earthly --version
|
run: earthly --version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue