Compare commits

..

No commits in common. "116f143fc7a3fecbc87b9a0fdb9959aafdcce03c" and "4887486f19d59871951f12a041a85bc7f980fc77" have entirely different histories.

View file

@ -19,10 +19,8 @@ jobs:
- name: Build - name: Build
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: run: cargo build
command: build
- name: Run tests - name: Run tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: run: cargo test
command: test