Skip to content

Commit

Permalink
ci: add v1.18/v2.0 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Oct 14, 2024
1 parent e08d629 commit a56ee52
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
- 'master'
- 'v1.16'
- 'v1.17'
- 'v1.18'
- 'v2.0'
tags:
- 'v*'
workflow_dispatch:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Source:
# https://github.com/solana-labs/solana-accountsdb-plugin-postgres/blob/master/.github/workflows/test.yml

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -12,6 +9,8 @@ on:
- 'master'
- 'v1.16'
- 'v1.17'
- 'v1.18'
- 'v2.0'
workflow_dispatch:

env:
Expand Down Expand Up @@ -75,7 +74,7 @@ jobs:
run: cargo +nightly fmt --all -- --check

- name: Run clippy
run: cargo clippy --all-targets --tests -- -Dwarnings
run: cargo clippy --all-targets -- -Dwarnings

- name: Build
run: ./ci/cargo-build-test.sh
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/target
/test-ledger

config-test.json
dump.rdb
target
test-ledger
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "solana-geyser-sqs"
version = "0.3.2"
edition = "2018"
edition = "2021"
publish = false

[lib]
Expand Down

0 comments on commit a56ee52

Please sign in to comment.