Skip to content

Commit

Permalink
Merge pull request #36 from STNS/add-cacehd
Browse files Browse the repository at this point in the history
delegate cache method to stnsd
  • Loading branch information
pyama86 authored Jul 20, 2020
2 parents c3c0ffa + a0c0df8 commit fd31322
Show file tree
Hide file tree
Showing 28 changed files with 626 additions and 561 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Cache assets
uses: actions/cache@v2
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: tmp
key: ${{ runner.os }}-build-${{ hashFiles('Makefile') }}
restore-keys: |
${{ runner.os }}-build-
${{ runner.os }}-
- uses: actions/checkout@v2
- name: make test
run: make test
- name: make integration
run: make integration
- name: test
run: make test_on_docker
env:
DIST: github
49 changes: 0 additions & 49 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit fd31322

Please sign in to comment.