mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
CI: remove useless stage
This commit is contained in:
parent
a003d27442
commit
5676476765
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -46,9 +46,6 @@ jobs:
|
||||
if: runner.os == 'Linux'
|
||||
- name: Build
|
||||
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
|
||||
uses: actions/upload-artifact@v2
|
||||
if: matrix.features == '--all-features'
|
||||
|
Loading…
Reference in New Issue
Block a user