Skip to content

Commit ef07100

Browse files
wileyjCharlieC3
andcommitted
spelling error
Co-authored-by: Charlie <[email protected]>
1 parent 98f6386 commit ef07100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ci-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ There are also 2 different methods in use with regard to running tests:
7979
A matrix is used when there are several known tests that need to be run. Partitions (shards) are used when there is a large and unknown number of tests to run (ex: `cargo test` to run all tests).
8080

8181
There is also a workflow designed to run tests that are manually triggered: [Standalone Tests](../.github/workflows/standalone-tests.yml).
82-
This workflow requires you to select which test(s) you want to run, which then triggers a reusbale workflow via conditional. For example, selecting "Epoch Tests" will run the tests defined in [Epoch Tests](../.github/workflows/epoch-tests.yml). Likewise, selecting `Release Tests` will run the same tests as a release workflow.
82+
This workflow requires you to select which test(s) you want to run, which then triggers a reusable workflow via conditional. For example, selecting "Epoch Tests" will run the tests defined in [Epoch Tests](../.github/workflows/epoch-tests.yml). Likewise, selecting `Release Tests` will run the same tests as a release workflow.
8383

8484
Files:
8585

0 commit comments

Comments
 (0)