Skip to content

Merge pull request #168 from Narfinger/dependabot/cargo/chrono-tz-0.10.1 #431

Merge pull request #168 from Narfinger/dependabot/cargo/chrono-tz-0.10.1

Merge pull request #168 from Narfinger/dependabot/cargo/chrono-tz-0.10.1 #431

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Installing dependencies
run: sudo apt-get install libncurses5-dev libncursesw5-dev
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose