Skip to content

Commit 672de3b

Browse files
committed
fix ci cd again and again
1 parent 2c9da51 commit 672de3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
- name: Run migrations
7979
run: sqlx migrate run --database-url $DATABASE_URL
8080

81-
- name: Run tests
82-
run: cargo test --features ssr
81+
- name: Run tests with macro backtrace
82+
run: cargo test --features ssr -- -Z macro-backtrace
8383

8484
build:
8585
name: Build WASM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Full personal reflection on this project can be found on this [post](https://wil
88

99
There is a regular status service to check that the website should work. This is one of the feature can be seen in the source code. If it does not, please dm me. Thank you for your helps.
1010

11-
![Website Status](https://img.shields.io/endpoint?url=https://williannguyen.com/status-badge)
11+
![Site Status](https://img.shields.io/endpoint?url=https://williannguyen.com/status-badge)
1212

1313
## ARCHITECTURE OVERVIEW
1414

0 commit comments

Comments
 (0)