Update rust.yml

This commit is contained in:
blackfur 2021-03-04 13:05:21 +01:00 committed by GitHub
parent 872b4ab424
commit 7bf7cb57d3

View file

@ -18,5 +18,3 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose