summaryrefslogtreecommitdiff
path: root/.github/workflows/rust_testing.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rust_testing.yml')
-rw-r--r--.github/workflows/rust_testing.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/rust_testing.yml b/.github/workflows/rust_testing.yml
index b6155f9f..8b4b7c7c 100644
--- a/.github/workflows/rust_testing.yml
+++ b/.github/workflows/rust_testing.yml
@@ -19,7 +19,9 @@ jobs:
# Check that code compiles and tests pass
test:
# Using the testing environment gives us the needed secrets, it also requires a maintainer to approve it to run.
- environment: testing
+ environment:
+ name: testing
+ deployment: false
name: cargo test
runs-on: ubuntu-latest
permissions: