aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-03-28 19:15:25 -0400
committerJack O'Connor <[email protected]>2020-03-28 19:15:25 -0400
commiteb50d82f161ebfb934cf3626bc9fcada0bbc34e2 (patch)
tree55ee5433c76d8047f02061aa165556ed953a5692 /.github/workflows
parentc26a37f70c5f48d35cb8ff489f4db32f67c71609 (diff)
add release assembly tests
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b1503e1..75b659f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
- run: cargo test --features=c,c_prefer_intrinsics -vv
# Test release mode. This does more iteratations in test_fuzz_hasher.
- run: cargo test --release
+ - run: cargo test --release --features=c
# Test benchmarks. RUSTC_BOOTSTRAP=1 lets this run on non-nightly toolchains.
- run: cargo test --benches --features=c
env: