Skip to content

Bump net2 from 0.2.33 to 0.2.38 in /data_collection/url_queue/url_queue #19

Bump net2 from 0.2.33 to 0.2.38 in /data_collection/url_queue/url_queue

Bump net2 from 0.2.33 to 0.2.38 in /data_collection/url_queue/url_queue #19

name: Data Generator
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
working-directory: data_generator
- name: Run tests
run: cargo test --verbose
working-directory: data_generator