Skip to content

Commit

Permalink
Get test-examples to work for both std/no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed Sep 23, 2024
1 parent d30d877 commit 9a1d8fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ SHELL := /bin/bash
# 'test' or 'ci'
TARGET ?= test
ci:
##TARGET=ci make test
TARGET=ci make test-x86_64 test-x86 # WIP with rust-psa-crypto--0.12.0-minerva
TARGET=ci make test

init-rust-toolchains:
rustup toolchain install nightly-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 9a1d8fe

Please sign in to comment.