Skip to content

use new lints section #13

use new lints section

use new lints section #13

Workflow file for this run

name: Publish Docker
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: check
run: make check
- name: benchmark-iai
run: |
sudo apt-get update -y && sudo apt-get install -y valgrind
cd ip2country-bench && make bench-inside-docker
- name: benchmark
run: cargo bench