mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
implement in memory database
This commit is contained in:
parent
e29344a64c
commit
63df99ff0b
@ -9,14 +9,14 @@ jobs:
|
||||
- checkout:
|
||||
path: ~/offen
|
||||
- restore_cache:
|
||||
key: v1-dependencies-{{ checksum "go.mod" }}
|
||||
key: offen-server-{{ checksum "go.mod" }}
|
||||
- run:
|
||||
name: Download modules
|
||||
command: go mod download
|
||||
- save_cache:
|
||||
paths:
|
||||
- /go/pkg/mod
|
||||
key: v1-dependencies-{{ checksum "go.mod" }}
|
||||
key: offen-server-{{ checksum "go.mod" }}
|
||||
- run:
|
||||
name: Run tests
|
||||
command: make test
|
||||
|
Loading…
Reference in New Issue
Block a user