1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 01:57:21 +01:00

Uses Go1.16 embed feature (#1092)

* Uses Go1.16 embed feature

* Fixes tests

* Removes packr and fixes tests
This commit is contained in:
Amir Raminfar
2021-03-21 18:38:17 -07:00
committed by GitHub
parent 34259c4cb5
commit e2934e8179
9 changed files with 109 additions and 90 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Go Tests with Coverage
run: go test -cover ./...
run: make test SKIP_ASSET=1
int-test:
name: Integration Tests
runs-on: ubuntu-latest