Merge branch 'master' of github.com:dswd/vpncloud

This commit is contained in:
Dennis Schwerdel 2019-12-04 09:34:15 +01:00
commit 04d934491c
2 changed files with 16 additions and 1 deletions

15
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Build
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

View File

@ -1,6 +1,6 @@
[Unit]
Description=VpnCloud network '%I'
Before=systemd-user-sessions.service
Before=network-online.target
[Service]
Type=forking