Skip to content

Commit

Permalink
Test with orc (#31)
Browse files Browse the repository at this point in the history
Now works again in stable so reenable orc in the pipeline
  • Loading branch information
ire4ever1190 authored Jul 4, 2024
1 parent 14e66aa commit b21a917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Run Tests
env:
DISCORDTOKEN: ${{ secrets.DISCORDTOKEN }}
run: nimble --deepcopy:on test
run: nimble test

- name: Check doc examples
run: nimble doc --deepcopy:on --threads:off --project src/dimscmd.nim
run: nimble doc --threads:off --project src/dimscmd.nim

docs:
needs: test
Expand Down
2 changes: 1 addition & 1 deletion config.nims
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
switch("d", "ssl")
switch("gc", "refc")
switch("gc", "orc")

0 comments on commit b21a917

Please sign in to comment.