Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Sep 3, 2024
1 parent a8d75e1 commit cd9de31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Run server and smtp-fuzz.pl in parallel
run: |
sudo VITE_SENTRY_DSN=foo VITE_EMAIL_DOMAIN=localhost target/debug/vortex-server &
sudo VITE_SENTRY_DSN=${{ secrets.VITE_SENTRY_DSN }} VITE_EMAIL_DOMAIN=localhost target/debug/vortex-server &
SERVER_PID=$!
echo "Server running in background with PID $SERVER_PID"
Expand Down
1 change: 1 addition & 0 deletions crates/vortex-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ fn main() -> Result<()> {
sentry_dsn,
sentry::ClientOptions {
release: sentry::release_name!(),
traces_sample_rate: 0.3,
..Default::default()
},
));
Expand Down

0 comments on commit cd9de31

Please sign in to comment.