Skip to content

Commit

Permalink
Run integration test without fips feature
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <[email protected]>
  • Loading branch information
monthonk committed Oct 30, 2023
1 parent 8e5688d commit 5bd10a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
S3_OLAP_ALIAS: ${{ vars.S3_OLAP_ALIAS }}
S3_OLAP_ARN: ${{ vars.S3_OLAP_ARN }}
S3_MRAP_ARN: ${{ vars.S3_MRAP_ARN }}
RUST_FEATURES: fuse_tests,s3_tests,fips_tests
RUST_FEATURES: fuse_tests,s3_tests

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Integration tests

on:
push:
branches: [ "main" ]
branches: [ "no_fips" ]
merge_group:
types: [ "checks_requested" ]

Expand Down

0 comments on commit 5bd10a3

Please sign in to comment.