Look around for artifact

This commit is contained in:
IndyV 2022-11-04 11:24:47 +01:00
parent f6366da502
commit 552111465c
1 changed files with 6 additions and 0 deletions

View File

@ -23,5 +23,11 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Look around
run: |
ls -la
ls -la target
ls -la target/debug
- name: Lint
run: cargo clippy -- -W clippy::pedantic -W clippy::nursery -W clippy::expect_used