Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Oct 17, 2024
1 parent fbaea29 commit cb12dcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/symbolizer-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ jobs:
run: rustup default stable

- name: cargo test
run: cargo test --workspace
run: cargo test --all-targets

- name: cargo test release
run: cargo test --release --workspace
run: cargo test --release --all-targets

- name: cargo check
run: cargo check --workspace --examples --tests
run: cargo check --all-targets

- name: cargo build
run: cargo build --release --workspace --examples --tests
run: cargo build --release --all-targets

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cb12dcc

Please sign in to comment.