Skip to content

split crate into two separate crates (#14) #51

split crate into two separate crates (#14)

split crate into two separate crates (#14) #51

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Curl
run: curl -LS https://raw.githubusercontent.com/wiseaidev/ipcap/main/data/geo_ip_city.dat --create-dirs -o ~/ipcap/geo_ip_city.dat
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose