Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
eschorn1 committed Oct 30, 2023
1 parent 1e1825f commit cdf8198
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/integration.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ env:
RUSTDOCFLAGS: "-Dwarnings"

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- 1.72.0 # MSRV
- stable
target:
#- thumbv7em-none-eabi
- wasm32-unknown-unknown
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- run: cargo build --target ${{ matrix.target }} --release
#build:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# rust:
# - 1.72.0 # MSRV
# - stable
# target:
# #- thumbv7em-none-eabi
# - wasm32-unknown-unknown
# steps:
# - uses: actions/checkout@v4
# - uses: dtolnay/rust-toolchain@master
# with:
# toolchain: ${{ matrix.rust }}
# targets: ${{ matrix.target }}
# - run: cargo build --target ${{ matrix.target }} --release

#benches:
# runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ dual licensed as above, without any additional terms or conditions.

[docs-link]: https://docs.rs/ml-kem-rs/

[build-image]: https://github.com/integritychain/ml-kem-rs/workflows/integration/badge.svg?branch=master&event=push
[build-image]: https://github.com/integritychain/ml-kem-rs/workflows/test/badge.svg?branch=master&event=push

[build-link]: https://github.com/integritychain/ml-kem-rs/actions?query=workflow%3Aintegration
[build-link]: https://github.com/integritychain/ml-kem-rs/actions?query=workflow%3Atest

[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg

Expand Down

0 comments on commit cdf8198

Please sign in to comment.