Skip to content

Commit

Permalink
Merge pull request #6 from kpcyrd/bump
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kpcyrd authored Jun 16, 2022
2 parents 3891a33 + 8c8217d commit e83ca07
Show file tree
Hide file tree
Showing 9 changed files with 268 additions and 418 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [kpcyrd]
24 changes: 24 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Rust

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

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

0 comments on commit e83ca07

Please sign in to comment.