Skip to content

Commit

Permalink
Add jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mertwole committed Jul 17, 2024
1 parent d517953 commit 08eee76
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ on:
env:
CARGO_TERM_COLOR: always

test:
runs-on: kuberunner
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
- name: Build
run: cargo build --all-targets
- name: Test
run: cargo test
jobs:
test:
runs-on: kuberunner
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
- name: Build
run: cargo build --all-targets
- name: Test
run: cargo test

0 comments on commit 08eee76

Please sign in to comment.