Skip to content

Commit f12ebc2

Browse files
committed
fix: update CI accordingly
Refs: #102.
1 parent 2a78c4a commit f12ebc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
DATABASE_URL: mysql://api:${{ secrets.MARIADB_PW }}@localhost:3306/master_db
5252
REDIS_URL: redis://localhost:6379
5353
GQL_API_CURSOR_SECRET_KEY: ${{ secrets.GQL_API_CURSOR_SECRET_KEY }}
54+
RECORDS_API_SESSION_KEY: ${{ secrets.RECORDS_API_SESSION_KEY }}
5455
run: RUST_BACKTRACE=1 cargo test -F mysql
5556

5657
lint:

0 commit comments

Comments
 (0)