Skip to content

Commit

Permalink
Merge pull request #17 from MannLabs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sander-willems-bruker authored Apr 5, 2024
2 parents 5c7c12b + 60d155f commit 4001f89
Show file tree
Hide file tree
Showing 14 changed files with 544 additions and 239 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: File sizes
run: find src/ -name '*.rs' | xargs wc -l | sort -nr
- name: Run tests
run: cargo test --verbose
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
debug/
target/
.vscode/
Loading

0 comments on commit 4001f89

Please sign in to comment.