diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b92e0c..4028070 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,11 +44,8 @@ jobs: with: nim-version: ${{ matrix.nim-version }} - - name: Install Packages - run: nimble install -y - - name: Run simple test run: nimble test - name: Run Example - run: nim -c -r -d:ssl --hints:off _example/main.nim + run: nim -c -r -d:ssl --hints:off ./_example/main.nim