Skip to content

Commit 3d69a1f

Browse files
author
Adam Bezecny
committed
integrations test enabled for ubuntu
1 parent 569e9cd commit 3d69a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions-rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if: matrix.os == 'ubuntu-latest'
132132
run: |
133133
echo $PATH
134-
# cargo test --test integration_test -- --show-output
134+
cargo test --test integration_test -- --show-output
135135
136136
- name: Run integration tests on macos
137137
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)