Skip to content

Commit

Permalink
testing benchmarks again
Browse files Browse the repository at this point in the history
  • Loading branch information
mrq1911 committed Jan 12, 2024
1 parent 1095bb3 commit 10ff31e
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
uses: codota/toolchain@00a8bf2bdcfe93aefd70422d3dec07337959d3a4
with:
profile: minimal
- name: Clippy
run: make clippy
- name: Test
run: make test-release
- name: Build runtime
Expand All @@ -47,22 +45,7 @@ jobs:
with:
name: basilisk_runtime.compact.compressed.wasm
path: target/release/basilisk_runtime.compact.compressed.wasm

test-benchmarks:
runs-on: lark
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- run: git describe --tags --abbrev=0 --always
- name: Setup cmake
uses: jwlawson/[email protected]
- name: Install Rust
uses: codota/toolchain@00a8bf2bdcfe93aefd70422d3dec07337959d3a4
with:
profile: minimal
- name: Clippy all
- name: Clippy
run: make clippy-all
- name: Test benchmarks
run: make test-benchmarks
Expand Down

0 comments on commit 10ff31e

Please sign in to comment.