mirror of https://github.com/dswd/vpncloud.git
Compare commits
No commits in common. "4c55897e8c11afa4fd410a05e983458b8e9e168a" and "0f4a44fbd6723bea445af89118adc09a2d6d0569" have entirely different histories.
4c55897e8c
...
0f4a44fbd6
|
@ -1,15 +0,0 @@
|
||||||
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
|
|
Loading…
Reference in New Issue