Skip to content

Commit

Permalink
rolled back history (sorry) to fix workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Aug 1, 2024
1 parent 51f9051 commit a6cd324
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 46 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@ jobs:
- name: populate target directory from cache
uses: Leafwing-Studios/cargo-cache@v2

- name: free disk space
uses: jlumbroso/free-disk-space@main

- name: run tests
run: |
cargo test --workspace --all-features --all-targets
cargo test --workspace --all-features --all-targets --locked
# Workaround for https://github.com/rust-lang/cargo/issues/6669
cargo test --workspace --all-features --doc
cargo test --workspace --all-features --doc --locked
clippy:
name: clippy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:

- name: folders for butler
run: |
mkdir upload
for channel in $(ls tars); do
mkdir "upload/${channel%%.*}"; mv ${channel} "upload/${channel%%.*}"
done
Expand Down
Loading

0 comments on commit a6cd324

Please sign in to comment.