Skip to content

Commit

Permalink
Export project to public 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailPreis committed May 21, 2021
0 parents commit 3db3fcd
Show file tree
Hide file tree
Showing 39 changed files with 4,645 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Tests

on: [push]

env:
CARGO_TERM_COLOR: always

jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: cargo test
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
.env
.idea/
.DS_Store
*.log
*.db*
Loading

0 comments on commit 3db3fcd

Please sign in to comment.