dagger-rs/.github/workflows/ci.yaml
Kasper Juul Hermansen 4ce58a418c
add ci (#7)
* add ci

* with description

* fix warnings

* with actual test

* leave out tests for now as they rely on dind
2023-02-18 00:34:04 +00:00

16 lines
332 B
YAML

name: ci
on:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update rust toolchain
run: rustup update stable && rustup default stable
- name: Run dagger [CI]
run: cargo run -p ci -- pr