Skip to content

update github actions #14

update github actions

update github actions #14

Workflow file for this run

name: CI
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- 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