Skip to content

Commit

Permalink
Resetting master
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Mar 8, 2024
1 parent 4406004 commit a0f6c77
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 1,771 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ jobs:
run: |
nim --version
nimble --version
nimble test
nim c examples/ping.nim
nim c examples/pong.nim
# nimble test
# nim c examples/ping.nim
# nim c examples/pong.nim
24 changes: 0 additions & 24 deletions examples/ping.nim

This file was deleted.

30 changes: 0 additions & 30 deletions examples/pong.nim

This file was deleted.

4 changes: 0 additions & 4 deletions tests/runalltests.nim

This file was deleted.

25 changes: 0 additions & 25 deletions tests/testdatachannel.nim

This file was deleted.

36 changes: 0 additions & 36 deletions tests/teststun.nim

This file was deleted.

4 changes: 2 additions & 2 deletions webrtc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ proc runTest(filename: string) =
exec excstr & " -r " & " tests/" & filename
rmFile "tests/" & filename.toExe

task test, "Run test":
runTest("runalltests")
# task test, "Run test":
# runTest("runalltests")
227 changes: 0 additions & 227 deletions webrtc/datachannel.nim

This file was deleted.

Loading

0 comments on commit a0f6c77

Please sign in to comment.