Skip to content

Commit

Permalink
change pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed Nov 2, 2024
1 parent c1eccc3 commit 93f0906
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust-build-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:

- name: Individual package build
shell: bash
working-directory: upstream
run: |
set -euo pipefail
# The actual features used for each dependency depends on what is being built simultaneously.
Expand All @@ -62,6 +63,7 @@ jobs:
- name: Individual package without lambda
if: ${{ matrix.package == 'grafbase-gateway' }}
shell: bash
working-directory: upstream
run: |
set -euo pipefail
cargo check --package ${{ matrix.package }}
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:

- name: Individual package build
shell: bash
working-directory: upstream
run: |
set -euo pipefail
# The actual features used for each dependency depends on what is being built simultaneously.
Expand All @@ -108,6 +111,7 @@ jobs:
- name: Individual package without lambda
if: ${{ matrix.package == 'grafbase-gateway' }}
shell: bash
working-directory: upstream
run: |
set -euo pipefail
cargo check --package ${{ matrix.package }}

0 comments on commit 93f0906

Please sign in to comment.