From fc34353e672d12926c87608aa11873dd594ae736 Mon Sep 17 00:00:00 2001
From: realaravinth
Date: Sat, 29 May 2021 13:01:15 +0530
Subject: [PATCH] test util: update cahce processor & update readme badge
---
.github/workflows/linux.yml | 2 +-
README.md | 2 +-
src/tests-migrate.rs | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
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 @@
[](https://mcaptcha.github.io/guard/guard/)
-![CI (Linux)]()
+[](https://github.com/mCaptcha/guard/actions/workflows/linux.yml)
[](https://deps.rs/repo/github/mCaptcha/guard)
[](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)