mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
test anton-small-vm
This commit is contained in:
parent
6ba4d33e1b
commit
d9d08a96e7
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -8,14 +8,14 @@ env:
|
||||
jobs:
|
||||
prep-dependency-container:
|
||||
name: fmt, clippy, test --release
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, i5-4690K]
|
||||
timeout-minutes: 60
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
clean: "false"
|
||||
clean: "true"
|
||||
|
||||
- name: Earthly version
|
||||
run: earthly --version
|
||||
|
Loading…
Reference in New Issue
Block a user