diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml
index 9d8fad0..51e1cd0 100644
--- a/.github/workflows/demo.yml
+++ b/.github/workflows/demo.yml
@@ -22,6 +22,7 @@ jobs:
                     git clone https://github.com/mpdude/test-2.git test-2-http
                     git clone git@github.com:mpdude/test-2.git test-2-git
                     git clone ssh://git@github.com/mpdude/test-2.git test-2-git-ssh
+                    go get -v github.com/mpdude/test-2
 
     docker_demo:
         runs-on: ubuntu-latest