Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Tarlab/energiatili
Browse files Browse the repository at this point in the history
  • Loading branch information
oherrala committed Dec 22, 2019
2 parents 1b3eb0a + 1307650 commit 8c720d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Rust

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ username = "<your username>"
password = "<your really secret password>"

[influxdb]
url = "<url to InfluxDB, e.g. http://127.0.0.1:8086/>"
url = "<url to InfluxDB, e.g. http://127.0.0.1:8086>"
database = "<your InfluxDB database name>"
```

Expand Down

0 comments on commit 8c720d7

Please sign in to comment.