Skip to content

Commit

Permalink
Merge pull request #71 from alloncm/dev
Browse files Browse the repository at this point in the history
Version 2.0.0
  • Loading branch information
alloncm authored Nov 25, 2021
2 parents b79f583 + df43c1f commit 66066c0
Show file tree
Hide file tree
Showing 69 changed files with 4,784 additions and 1,895 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Rust

on:
push:
branches: [ dev, master ]
pull_request:
branches: [ dev, master, feature/*, fix/* ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
Loading

0 comments on commit 66066c0

Please sign in to comment.