Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Dec 23, 2023
1 parent 9798942 commit bb3da14
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
name: Cargo Build & Test
name: CI

on:
push:
pull_request:

env:
CARGO_TERM_COLOR: always
CARGO_TERM_VERBOSE: true

jobs:
build_and_test:
name: Rust project - latest
check:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain:
- stable
- beta
- nightly
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose
- run: cargo check

0 comments on commit bb3da14

Please sign in to comment.