Skip to content

Commit cb12dcc

Browse files
committed
Fix CI
1 parent fbaea29 commit cb12dcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/symbolizer-rs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ jobs:
6565
run: rustup default stable
6666

6767
- name: cargo test
68-
run: cargo test --workspace
68+
run: cargo test --all-targets
6969

7070
- name: cargo test release
71-
run: cargo test --release --workspace
71+
run: cargo test --release --all-targets
7272

7373
- name: cargo check
74-
run: cargo check --workspace --examples --tests
74+
run: cargo check --all-targets
7575

7676
- name: cargo build
77-
run: cargo build --release --workspace --examples --tests
77+
run: cargo build --release --all-targets
7878

7979
- name: Upload artifacts
8080
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)