Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
0.5.0
  • Loading branch information
flamion authored May 16, 2022
2 parents ac7096e + 51c194b commit 0b0111c
Show file tree
Hide file tree
Showing 15 changed files with 397 additions and 188 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Rust
on:
push:
branches:
- meister
- nächtlich
pull_request:
branches:
- meister
- nächtlich


jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Compile
run: cargo build --release

- name: Test
run: cargo test --release --verbose
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/database
/.env
database.db
/database.db-shm
/database.db-wal
5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b0111c

Please sign in to comment.