Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
test: dropme
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <[email protected]>
  • Loading branch information
isavov committed Mar 15, 2024
1 parent e51321c commit 9d1059b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-latest-32-cores
steps:
- uses: actions/checkout@v3
with:
ref: 66c1d1322d59767921c55c5b183e1cbca91eefe4
- uses: Swatinem/rust-cache@v2
with:
shared-key: "cache"
Expand All @@ -37,7 +35,7 @@ jobs:
- name: Build the project
run: |
cargo build --profile production --workspace
#cargo build --profile production --workspace
- name: Run integration tests
run: cargo test --release
run: #cargo test --release
Binary file added target/production/madara
Binary file not shown.

0 comments on commit 9d1059b

Please sign in to comment.