Skip to content

Commit

Permalink
Merge branch 'main' into remove-testify-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex authored Dec 30, 2023
2 parents 03c0371 + c140278 commit 9d9668b
Show file tree
Hide file tree
Showing 59 changed files with 2,049 additions and 1,402 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
runner: [ubicloud-standard-8-ubuntu-2204-arm]
runner: [ubicloud-standard-2-ubuntu-2204-arm]
runs-on: ${{ matrix.runner }}
timeout-minutes: 30
services:
Expand Down Expand Up @@ -55,6 +55,10 @@ jobs:
json: ${{ secrets.SNOWFLAKE_GH_CI_PKEY }}
dir: "nexus/server/tests/assets/"

- uses: Swatinem/rust-cache@v2
with:
workspaces: nexus

- name: cargo check
run: cargo check
working-directory: ./nexus
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
docker-build:
strategy:
matrix:
# ubuntu-latest leverages larger GH runner pool & completes in ~30s instead of ~3m
runner: [ubuntu-latest]
runs-on: ${{ matrix.runner }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
flow_test:
strategy:
matrix:
runner: [ubicloud-standard-8-ubuntu-2204-arm]
runner: [ubicloud-standard-16-ubuntu-2204-arm]
runs-on: ${{ matrix.runner }}
timeout-minutes: 30
services:
Expand Down
1 change: 1 addition & 0 deletions flow/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ linters:
- dogsled
- durationcheck
- errcheck
- forbidigo
- gofumpt
- gosec
- gosimple
Expand Down
Loading

0 comments on commit 9d9668b

Please sign in to comment.