roc/.github/workflows/ci.yml
Richard Feldman 0b00afdd51 Revert "Revert "Add www github workflow""
This reverts commit f1f7c0bdf6.
2021-06-05 22:05:45 -04:00

25 lines
492 B
YAML

on: [pull_request]
name: CI
env:
RUST_BACKTRACE: 1
jobs:
build-fmt-clippy-test:
name: fmt, clippy, test --release
runs-on: [self-hosted]
timeout-minutes: 90
env:
FORCE_COLOR: 1
steps:
- uses: actions/checkout@v2
with:
clean: "true"
- name: Earthly version
run: earthly --version
- name: install dependencies, build, run zig tests, rustfmt, clippy, cargo test --release
run: ./ci/safe-earthly.sh +test-all