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

Commit

Permalink
ci: use release profile for test (#50)
Browse files Browse the repository at this point in the history
* ci: use release profile for test

* update lockfile
  • Loading branch information
weezy20 authored Jul 27, 2023
1 parent 313f18d commit 4c2d1d6
Show file tree
Hide file tree
Showing 2 changed files with 585 additions and 543 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing and Linter
name: Build, test and lint

on:
push:
Expand All @@ -9,7 +9,7 @@ on:

jobs:
build:
name: "Test and Lint"
name: "Build"
runs-on: ubuntu-latest
steps:
- name: Free up space on runner
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
cargo check --release
- name: Run tests
run: cargo test --locked --verbose --all
run: cargo test --release --locked --verbose --all

- name: Check try-runtime build
run: cargo check --release --features=try-runtime
Expand Down
Loading

0 comments on commit 4c2d1d6

Please sign in to comment.