CI: remove useless stage

This commit is contained in:
FliegendeWurst 2021-05-28 15:33:31 +02:00
parent a003d27442
commit 5676476765

View File

@ -46,9 +46,6 @@ jobs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
- name: Build - name: Build
run: cargo build --release ${{ matrix.features }} --verbose run: cargo build --release ${{ matrix.features }} --verbose
# there are currently no automated tests
- name: Run tests
run: cargo test --release ${{ matrix.features }} --verbose
- name: Archive artifacts - name: Archive artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
if: matrix.features == '--all-features' if: matrix.features == '--all-features'