1 Commits

Author SHA1 Message Date
Palash Tyagi
00fce37ef7 Merge 4a5485cddd into 00889754ea 2025-05-05 01:14:52 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -103,8 +103,8 @@ jobs:
cp tarpaulin-report.json target/doc/docs/
cp tarpaulin-badge.json target/doc/docs/
cp last-commit-date.json target/doc/docs/
mkdir -p target/doc/.github
cp .github/rustframe_logo.png target/doc/.github/rustframe_logo.png
mkdir -p target/doc/docs/.github
cp .github/rustframe_logo.png target/doc/docs/.github/
echo "<meta http-equiv=\"refresh\" content=\"0; url=docs\">" > target/doc/index.html
- name: Upload Pages artifact

View File

@@ -34,7 +34,7 @@ jobs:
toolchain: stable
- name: Run benchmarks
run: cargo bench --features bench
run: cargo bench
- name: Upload benchmark reports
uses: actions/upload-artifact@v4