diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 10e29a2f..48dee896 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -1,4 +1,4 @@ -name: Check Build +name: Build on: pull_request: diff --git a/README.md b/README.md index 88650d70..71a6d30a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

[![Documentation](https://img.shields.io/badge/docs-master-blue?style=flat-square)](https://mcaptcha.github.io/guard/guard/) -![CI (Linux)]() +[![Build](https://github.com/mCaptcha/guard/actions/workflows/linux.yml/badge.svg)](https://github.com/mCaptcha/guard/actions/workflows/linux.yml) [![dependency status](https://deps.rs/repo/github/mCaptcha/guard/status.svg?style=flat-square)](https://deps.rs/repo/github/mCaptcha/guard) [![codecov](https://codecov.io/gh/mCaptcha/guard/branch/master/graph/badge.svg?style=flat-square)](https://codecov.io/gh/mCaptcha/guard)
diff --git a/src/tests-migrate.rs b/src/tests-migrate.rs index 588b0948..4d611597 100644 --- a/src/tests-migrate.rs +++ b/src/tests-migrate.rs @@ -77,8 +77,8 @@ fn cache_bust() { ]; let config = BusterBuilder::default() - .source("./static-assets") - .result("./static") + .source("./static/cache") + .result("./assets") .mime_types(types) .copy(true) .follow_links(true)