Update test workflow

This commit is contained in:
Gregory 2021-03-09 20:56:55 -05:00
parent 69dcc42b4d
commit ab6827df4e
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2

View file

@ -39,10 +39,6 @@ jobs:
with:
fetch-depth: 1
- name: Set the version
id: version
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
- name: Install Rust
uses: actions-rs/toolchain@v1
with: