Skip to content

Commit

Permalink
Re-add build-linux-only-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 21, 2024
1 parent 3ebd22b commit 59e2c1b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,18 @@ jobs:
uses: ./.github/actions/docker-setup
- name: Run linting
run: make lint

build-linux-only-crates:
name: build-linux-only-crates
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup Docker
uses: ./.github/actions/docker-setup
- name: Build qos_system
run: cargo build --manifest-path ./src/qos_system/Cargo.toml --locked
- name: Build qos_aws
run: cargo build --manifest-path ./src/qos_aws/Cargo.toml --locked
- name: Build init
run: cargo build --manifest-path ./src/init/Cargo.toml --locked

0 comments on commit 59e2c1b

Please sign in to comment.