nordselect 1.4.4

Select the ideal NordVPN server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Rust

on: [push]

jobs:
  build:
    runs-on: ubuntu-20.04

    steps:
    - uses: actions/checkout@v1
    - name: Install liboping
      run: sudo apt-get install -yqq curl liboping-dev
    - name: Build
      run: cargo build --verbose
    - name: Prepare dummy data for the test
      run: ./dummydata.sh
    - name: Run tests
      run: cargo test --verbose