Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Aug 30, 2023
1 parent 85b9b2c commit 596b1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install dependencies
run:
sudo apt install -y protobuf-compiler libssl-dev libpq-dev libsqlite3-dev pkg-config

# We are excluding cat-dat-service and event-db because we are already running it with Earthly
- name: Build and archive tests
run: |
Expand All @@ -138,7 +138,7 @@ jobs:
--exclude vit-servicing-station-server \
--exclude vit-servicing-station-tests \
--exclude vit-servicing-station-lib \
--exclude cat-data-service \
--exclude cat-data-service \
--exclude event-db \
--archive-file nextest-archive.tar.zst
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
--exclude vit-servicing-station-server \
--exclude vit-servicing-station-tests \
--exclude vit-servicing-station-lib \
--exclude cat-data-service \
--exclude cat-data-service \
--exclude event-db \
--archive-file nextest-archive.tar.zst
Expand Down

0 comments on commit 596b1f0

Please sign in to comment.