Skip to content

Commit

Permalink
ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexangelj committed Aug 3, 2023
1 parent 4b2c271 commit 07e332a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on: [push]

name: CI

jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --all-features

0 comments on commit 07e332a

Please sign in to comment.