remove this from actions

This commit is contained in:
Simon Gardling
2022-05-03 13:54:38 -04:00
parent 3f547ad93f
commit 0d84cc1e60

View File

@@ -43,7 +43,7 @@ jobs:
version: latest version: latest
- run: cargo test-all-features - run: cargo test-all-features
- name: Test Parsing # - name: Test Parsing
uses: actions-rs/cargo@v1 # uses: actions-rs/cargo@v1
with: # with:
command: cargo test --package parsing # command: test --package parsing