summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby McDonald <BobbyMcWho@users.noreply.github.com>2019-11-16 22:46:35 -0500
committerGitHub <noreply@github.com>2019-11-16 22:46:35 -0500
commit9e18ff6d7c0c14c8662e38bf22e7f2c9e06773c9 (patch)
treed3277372911b2e77293f4f5e6593a910bc93304e
parentc24a14520369fe5db1e4106a52e5650db3681cca (diff)
downloadhashie-9e18ff6d7c0c14c8662e38bf22e7f2c9e06773c9.tar.gz
remove erroneously pasted code
-rw-r--r--.github/workflows/test.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 52366d2..b3a929a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,10 +23,3 @@ jobs:
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake
-
- - name: Cache Primes
- id: cache-primes
- uses: actions/cache@v1
- with:
- path: prime-numbers
- key: ${{ runner.os }}-primes