Skip to content

Commit 7357761

Browse files
committed
Test package
1 parent d451b0f commit 7357761

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- name: Run tests
6363
run: cargo test --all-features
64+
test_package:
65+
name: Test Package
66+
runs-on: ubuntu-latest
67+
steps:
68+
- uses: actions/checkout@v4
69+
- name: Package
70+
run: cargo package -p terminal-colorsaurus
71+
- name: Test Package
72+
run: (cd target/package/terminal-colorsaurus-*/ && cargo test)

0 commit comments

Comments
 (0)