Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Aug 22, 2024
1 parent d67408c commit a0ea0b7
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions .github/workflows/test_hash_chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,24 @@ on:
push:
branches:
- main
- master
- feat/keccak
pull_request:
branches:
- main
- master
- feat/keccak

jobs:
build_and_test:
name: Run Tests in Release Mode
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v3

- name: Set up Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: rustfmt, clippy

- name: Run cargo test in release mode
uses: actions-rs/cargo@v1
with:
command: test
args: --release
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
with:
command: test
args: --release

0 comments on commit a0ea0b7

Please sign in to comment.