summaryrefslogtreecommitdiff
path: root/.github/workflows/CI.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/CI.yml')
-rw-r--r--.github/workflows/CI.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index d4ed039..4dd1560 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -20,7 +20,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- - name: Publish
- run: |
- cargo login ${{ secrets.CARGO_API_KEY }}
- cargo publish