Skip to content

Commit cacd5a9

Browse files
committed
Add ubuntu to matrix tests
1 parent ed3f01c commit cacd5a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ${{ matrix.os }}
6565
strategy:
6666
matrix:
67-
os: [macos-latest, windows-latest]
67+
os: [macos-latest, windows-latest, ubuntu-latest]
6868
rust: [stable]
6969
steps:
7070
- uses: actions/checkout@v4
@@ -98,8 +98,8 @@ jobs:
9898
- name: Run tests
9999
run: cargo test --verbose
100100

101-
- name: Build release
102-
run: cargo build --release --verbose
101+
# - name: Build release
102+
# run: cargo build --release --verbose
103103

104104
# Checks if dependencies have vulnerabilties
105105
security-audit:

0 commit comments

Comments
 (0)